1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Fix icon color for gizmos menu when theme changed

This commit is contained in:
Chaosus
2019-02-15 20:32:38 +03:00
parent 962c14278f
commit a51088a7f9
2 changed files with 13 additions and 8 deletions

View File

@@ -618,6 +618,7 @@ private:
void _instance_scene();
void _init_indicators();
void _update_gizmos_menu();
void _update_gizmos_menu_theme();
void _init_grid();
void _finish_indicators();
void _finish_grid();