Misc bug fixes and improvements

This commit is contained in:
2023-06-16 14:40:16 -05:00
parent a9f9e20235
commit 2e690d7d33
8 changed files with 29 additions and 12 deletions

View File

@@ -186,6 +186,9 @@ module CyberarmEngine
update_background
# Fixes resized container scrolled past bottom
self.scroll_top = -@scroll_position.y
root.gui_state.request_repaint if @width != old_width || @height != old_height
end