feat(custom): slider widget

Resolves partially #68.
This commit is contained in:
Jake Stanger
2023-04-09 22:42:35 +01:00
parent e928b30f99
commit dfe1964abf
14 changed files with 245 additions and 49 deletions

View File

@@ -217,7 +217,7 @@ impl ItemButton {
try_send!(
tx,
ModuleUpdateEvent::OpenPopup(Popup::button_pos(button, orientation,))
ModuleUpdateEvent::OpenPopup(Popup::widget_geometry(button, orientation,))
);
} else {
try_send!(tx, ModuleUpdateEvent::ClosePopup);