Skip to content

Commit

Permalink
adj single sent/line
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 committed Dec 18, 2024
1 parent abc7f96 commit 2a81a18
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/doc/python_scripting/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1903,11 +1903,9 @@ return type : CLI_return_t

**Description:**

SuspendGUIUpdates temporarily suspends updating the GUI after certain CLI
operations such as defining expressions. This is useful when defining many
expressions becuase updating the GUI after each new expression is defined
can really bog down performance. Use ResumeGUIUpdates to resume normal
behavior.
SuspendGUIUpdates temporarily suspends updating the GUI after certain CLI operations such as defining expressions.
This is useful when defining many expressions becuase updating the GUI after each new expression is defined can really bog down performance.
Use ResumeGUIUpdates to resume normal behavior.

**Example:**

Expand Down

0 comments on commit 2a81a18

Please sign in to comment.