mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-22 05:49:01 -04:00
Pane: Focus selected child first
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user