Split out string/number components

This commit is contained in:
Luke Street
2026-04-29 20:19:27 -06:00
parent ecd74a4cbd
commit 1657fe8083
9 changed files with 296 additions and 246 deletions
+6
View File
@@ -94,4 +94,10 @@ bool SelectButton::handle_nav_command(NavCommand cmd) {
return false;
}
void ControlledSelectButton::update() {
set_disabled(is_disabled());
set_value_label(format_value());
SelectButton::update();
}
} // namespace dusk::ui