summaryrefslogtreecommitdiffstats
path: root/editor/plugins/gi_probe_editor_plugin.h
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2018-10-21 23:31:51 -0300
committerMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2018-10-25 12:15:39 -0300
commit46d02bade4ce00fb21cad273a3fc686fd7e3c7b8 (patch)
treec00320de393439eaca8055ed00630873ef6391e7 /editor/plugins/gi_probe_editor_plugin.h
parentdbaa22329761ce7a4d8bab291871b5b5ba359cbe (diff)
downloadredot-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.h2
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;