-
Notifications
You must be signed in to change notification settings - Fork 17
__UI_ForceRedraw
FellippeHeitor edited this page Dec 19, 2016
·
5 revisions
__UI_ForceRedraw is a global variable that triggers a redraw for all form controls when it's set to True. When it's not set to True, controls are redrawn only when changes in their properties are detected.
__UI_ForceRedraw = True
It's automatically set back to False after the next form repaint is executed.