Rework Settings components

This commit is contained in:
Luke Street
2026-05-01 16:14:20 -06:00
parent 81771a0522
commit 68b2e0ee2d
18 changed files with 358 additions and 408 deletions
-1
View File
@@ -43,7 +43,6 @@ void Component::set_selected(bool value) {
return;
}
mRoot->SetPseudoClass("selected", value);
mRoot->DispatchEvent(Rml::EventId::Change, {{"selected", Rml::Variant{value}}});
}
void Component::set_disabled(bool value) {