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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: