Pane: Focus selected child first

This commit is contained in:
Luke Street
2026-05-01 00:56:53 -06:00
parent 0d973a497b
commit 1affefbbfc
6 changed files with 13 additions and 8 deletions
+1
View File
@@ -46,6 +46,7 @@ public:
}
Rml::Element* root() const { return mRoot; }
bool selected() const { return mRoot->IsPseudoClassSet("selected"); }
protected:
static Rml::Element* append(Rml::Element* parent, const Rml::String& tag);