Skip to content

Commit

Permalink
fix scrolling_container scrollbar dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
MyreMylar committed Apr 14, 2024
1 parent c1e3e57 commit 67a8063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_elements/test_ui_scrolling_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def test_update(self, _init_pygame, default_ui_manager,

container.update(0.02)

assert container.get_container().get_relative_rect().y == -12
assert container.get_container().get_relative_rect().y == -11

container.horiz_scroll_bar.scroll_wheel_moved = True
container.horiz_scroll_bar.scroll_wheel_amount = -5.0
Expand Down

0 comments on commit 67a8063

Please sign in to comment.