mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-15 11:59:34 +00:00
Reset IsCreating flag to allow form resizes to register.
This commit is contained in:
parent
67a7768c50
commit
13c75a56c7
1 changed files with 1 additions and 2 deletions
|
@ -58,7 +58,6 @@ $ELSE
|
|||
FUNCTION PROCESS_CLOSED& ALIAS kill (BYVAL pid AS INTEGER, BYVAL signal AS INTEGER)
|
||||
END DECLARE
|
||||
$END IF
|
||||
|
||||
'$include:'InForm.ui'
|
||||
'$include:'xp.uitheme'
|
||||
'$include:'UiEditorPreview.frm'
|
||||
|
@ -842,7 +841,7 @@ END SUB
|
|||
SUB __UI_FormResized
|
||||
STATIC TimesResized AS INTEGER
|
||||
|
||||
IF IsCreating THEN TimesResized = 0
|
||||
IF IsCreating THEN TimesResized = 0: IsCreating = False
|
||||
|
||||
TimesResized = TimesResized + 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue