mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-15 03:49:56 +00:00
Reverts regression introduced with 9c16df4339
Form controls must be "deletable" for UiEditorPreview to work properly.
This commit is contained in:
parent
c62cc8b3cd
commit
eb209852aa
1 changed files with 0 additions and 1 deletions
|
@ -4338,7 +4338,6 @@ SUB __UI_DestroyControl (This AS __UI_ControlTYPE)
|
||||||
__UI_AutoRefresh = False
|
__UI_AutoRefresh = False
|
||||||
|
|
||||||
IF This.ID > 0 THEN
|
IF This.ID > 0 THEN
|
||||||
IF This.Type = __UI_Type_Form THEN EXIT SUB
|
|
||||||
Caption(This.ID) = ""
|
Caption(This.ID) = ""
|
||||||
__UI_TempCaptions(This.ID) = ""
|
__UI_TempCaptions(This.ID) = ""
|
||||||
Text(This.ID) = ""
|
Text(This.ID) = ""
|
||||||
|
|
Loading…
Reference in a new issue