1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2025-01-15 11:59:34 +00:00

Remove _DELAY at __UI_Init for now.

This commit is contained in:
FellippeHeitor 2018-05-25 11:46:01 -03:00
parent 3a79da9bc8
commit e75d2fdc4f

View file

@ -486,7 +486,6 @@ SUB __UI_Init
__UI_PrintString _WIDTH / 2 - _PRINTWIDTH("Initializing...") / 2, _HEIGHT / 2 - _FONTHEIGHT / 2, "Initializing..." __UI_PrintString _WIDTH / 2 - _PRINTWIDTH("Initializing...") / 2, _HEIGHT / 2 - _FONTHEIGHT / 2, "Initializing..."
_SCREENSHOW _SCREENSHOW
_DELAY .1
_ICON _ICON
_TITLE "InForm" _TITLE "InForm"
IF Control(__UI_FormID).CenteredWindow THEN _SCREENMOVE _MIDDLE IF Control(__UI_FormID).CenteredWindow THEN _SCREENMOVE _MIDDLE