Skip to content
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

Bugs with updating the screen in the middle of scrolling #355

Open
Ruin0x11 opened this issue Jul 30, 2021 · 0 comments
Open

Bugs with updating the screen in the middle of scrolling #355

Ruin0x11 opened this issue Jul 30, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Ruin0x11
Copy link
Owner

Ruin0x11 commented Jul 30, 2021

Because calling Gui.update_screen() invalidates tile indices, it will cause errors if scrolling is ongoing, since scrolling depends on the chip indices staying the same for the entire scrolling part, and that gets cleared on a screen refresh. With the current implementation, any ongoing scrolling should at least be cancelled first if a screen update happens.

@Ruin0x11 Ruin0x11 added the bug Something isn't working label Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant