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:
parent
2fd0099b44
commit
4f13370533
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue