Skip to content

AppImage window issue #144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
chrisws opened this issue May 31, 2022 · 0 comments
Closed

AppImage window issue #144

chrisws opened this issue May 31, 2022 · 0 comments

Comments

@chrisws
Copy link
Contributor

chrisws commented May 31, 2022

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
chrisws added a commit to chrisws/SmallBASIC that referenced this issue Feb 18, 2023
@chrisws chrisws closed this as completed Feb 18, 2023
chrisws added a commit to chrisws/SmallBASIC that referenced this issue Feb 18, 2023
chrisws added a commit that referenced this issue Feb 18, 2023
SDL: fixed an issue with window resizing #144
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant