1
1
Fork 0
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:
FellippeHeitor 2018-06-26 01:52:00 -03:00
parent c62cc8b3cd
commit eb209852aa

View file

@ -4338,7 +4338,6 @@ SUB __UI_DestroyControl (This AS __UI_ControlTYPE)
__UI_AutoRefresh = False
IF This.ID > 0 THEN
IF This.Type = __UI_Type_Form THEN EXIT SUB
Caption(This.ID) = ""
__UI_TempCaptions(This.ID) = ""
Text(This.ID) = ""