1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 12:21:20 +00:00

$EXEICON now automatically sets the window's _ICON.

Previously you'd have to call _ICON right after $EXEICON.

Old code that call _ICON after $EXEICON doesn't need to be adapted.
This commit is contained in:
FellippeHeitor 2017-09-06 11:21:39 -03:00
parent e3bb55da1a
commit 8af68290e9

View file

@ -3400,7 +3400,10 @@ DO
END IF
ExeIconSet = linenumber
GOTO finishednonexec
SetDependency DEPENDENCY_ICON
PRINT #12, "do{"
PRINT #12, "sub__icon(NULL,NULL,0);"
GOTO finishedline2
END IF
END IF 'QB64 Metacommands