aboutsummaryrefslogtreecommitdiff
path: root/client/menu/menu.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/menu.gd')
-rw-r--r--client/menu/menu.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/menu.gd b/client/menu/menu.gd
index 774c6c58..8d640f3b 100644
--- a/client/menu/menu.gd
+++ b/client/menu/menu.gd
@@ -67,6 +67,7 @@ func submenu(path: String, data_ = null):
print("Submenu closed ", path)
await _menu_cover(false)
covered = false
+ Global.focused_menu = self
_disable_recursive(self, false)
if prev_focus != null: prev_focus.grab_focus()