1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +00:00

Fix spatial gizmo still active when node is deselected

This commit is contained in:
Haoyu Qiu
2022-10-27 21:37:50 +08:00
parent 80b50e59d5
commit 0025ab89c7
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: