You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The appImage shuts down (new start of SmallBASIC.AppImage needed) after pressed CTRL + B three times
(1st and 2nd CTRL+ B doesn't work). This issue is with code using w = window()
w = window()
w.setSize(800, 680)
rect 0,0,799,599,8
rect 0, 0, 160, 160, 1 filled
rect 160, 160, 320, 320, 2 filled
rect 160, 0, 320, 160, 3 filled
rect 0, 160, 160, 320, 4 filled
The text was updated successfully, but these errors were encountered:
chrisws
added a commit
to chrisws/SmallBASIC
that referenced
this issue
Feb 18, 2023
The appImage shuts down (new start of SmallBASIC.AppImage needed) after pressed CTRL + B three times
(1st and 2nd CTRL+ B doesn't work). This issue is with code using
w = window()
The text was updated successfully, but these errors were encountered: