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

Only saves .Stretch if True.

This commit is contained in:
FellippeHeitor 2018-08-26 02:38:01 -03:00
parent 2fd0099b44
commit 4f13370533

View file

@ -3486,8 +3486,6 @@ SUB SaveForm (ExitToQB64 AS _BYTE, SaveOnlyFrm AS _BYTE)
END IF
IF PreviewControls(i).Stretch = True THEN
PRINT #TextFileNum, " Control(__UI_NewID).Stretch = True"
ELSE
PRINT #TextFileNum, " Control(__UI_NewID).Stretch = False"
END IF
'Fonts
IF LEN(PreviewFonts(i)) > 0 THEN