We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be06fbb commit dd97ac2Copy full SHA for dd97ac2
src/menus/OptionsMenu.cs
@@ -19,7 +19,8 @@ public override void _Ready() {
19
InitPanels();
20
InitSubscriptions();
21
// compiles w/o error, but nothing seems to actually be focused. annoying
22
- GetNode<Button>("%BackButton").GrabFocus();
+ //i can click on the tab bar and then keyboard/controller nav works but this line does nothing ARGHHHHHHHHHHHHHHHHHHHHHHHH
23
+ GetNode<TabBar>("%TabBar").GrabFocus();
24
}
25
26
// hide all panels and turn the new panel visible
0 commit comments