diff options
author | Chaosus <chaosus89@gmail.com> | 2019-02-15 20:32:38 +0300 |
---|---|---|
committer | Chaosus <chaosus89@gmail.com> | 2019-02-15 20:32:38 +0300 |
commit | a51088a7f9da6cc20d9a93df6148a84d4951cf40 (patch) | |
tree | cfa3dd9a913ed9d1d592189a78005f55f036a94e /editor/plugins/spatial_editor_plugin.h | |
parent | 962c14278fafecf3d047fd070fc7ab8d4dcc21da (diff) | |
download | redot-engine-a51088a7f9da6cc20d9a93df6148a84d4951cf40.tar.gz |
Fix icon color for gizmos menu when theme changed
Diffstat (limited to 'editor/plugins/spatial_editor_plugin.h')
-rw-r--r-- | editor/plugins/spatial_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/spatial_editor_plugin.h b/editor/plugins/spatial_editor_plugin.h index 2dc627cb27..364b0085f7 100644 --- a/editor/plugins/spatial_editor_plugin.h +++ b/editor/plugins/spatial_editor_plugin.h @@ -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(); |