diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-10-21 23:31:51 -0300 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-10-25 12:15:39 -0300 |
commit | 46d02bade4ce00fb21cad273a3fc686fd7e3c7b8 (patch) | |
tree | c00320de393439eaca8055ed00630873ef6391e7 /editor/plugins/gi_probe_editor_plugin.h | |
parent | dbaa22329761ce7a4d8bab291871b5b5ba359cbe (diff) | |
download | redot-engine-46d02bade4ce00fb21cad273a3fc686fd7e3c7b8.tar.gz |
Fix inconsistences in some buttons in the Canvas/Spatial editor menubar
Diffstat (limited to 'editor/plugins/gi_probe_editor_plugin.h')
-rw-r--r-- | editor/plugins/gi_probe_editor_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/gi_probe_editor_plugin.h b/editor/plugins/gi_probe_editor_plugin.h index 017e9bd743..1b3b63f227 100644 --- a/editor/plugins/gi_probe_editor_plugin.h +++ b/editor/plugins/gi_probe_editor_plugin.h @@ -42,7 +42,7 @@ class GIProbeEditorPlugin : public EditorPlugin { GIProbe *gi_probe; - Button *bake; + ToolButton *bake; EditorNode *editor; static EditorProgress *tmp_progress; |