Skip to content

Commit

Permalink
fix(regression): keep the menu responsive even with rapid switches of…
Browse files Browse the repository at this point in the history
… the screen-manager
  • Loading branch information
sassanh committed Mar 25, 2024
1 parent b8a1f2d commit ec83e56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 0.10.2

- fix(regression): keep the menu responsive even with rapid switches of the screen-manager

## Version 0.10.1

- fix: update remaining material symbols icons
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ubo-gui"
version = "0.10.1"
version = "0.10.2"
description = "GUI sdk for Ubo Pod"
authors = ["Sassan Haradji <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion ubo_gui/menu/transitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def _handle_transition_complete(
**({'duration': duration} if duration else {}),
**({'direction': direction} if direction else {}),
),
)
)()
else:
if isinstance(self, Widget):
headless_widget = HeadlessWidget.get_instance(self)
Expand Down

0 comments on commit ec83e56

Please sign in to comment.