UI: Refactor pane control to allow hover for help text

This commit is contained in:
Luke Street
2026-05-04 14:16:05 -06:00
parent 5f2cf68e80
commit 37b8122962
8 changed files with 517 additions and 563 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ void SelectButton::update_props(Props props) {
}
bool SelectButton::handle_nav_command(NavCommand cmd) {
if (cmd == NavCommand::Confirm) {
if (cmd == NavCommand::Confirm && mProps.submit) {
mRoot->DispatchEvent(Rml::EventId::Submit, {});
return true;
}