1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2025-01-14 19:49:33 +00:00

New label controls to be created without AutoSize set.

This commit is contained in:
FellippeHeitor 2018-08-26 01:58:37 -03:00
parent fa61300e10
commit 529e979b36

View file

@ -256,8 +256,6 @@ SUB __UI_BeforeUpdateDisplay
END IF
SELECT CASE tempType
CASE __UI_Type_Label
Control(TempValue).AutoSize = True
CASE __UI_Type_ListBox
Control(TempValue).HasBorder = True
CASE __UI_Type_ProgressBar