1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-26 15:46:23 +00:00

Fix spatial gizmo still active when node is deselected

(cherry picked from commit 0025ab89c7)
This commit is contained in:
Haoyu Qiu
2022-10-27 21:37:50 +08:00
parent f29f387d54
commit 568401878f
2 changed files with 24 additions and 2 deletions

View File

@@ -752,6 +752,7 @@ private:
bool is_any_freelook_active() const;
void _selection_changed();
void _refresh_menu_icons();
protected: