mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-03-12 07:58:52 +01:00
Hide the Bake text of the MergeGroupEditorPlugin's icon.
This commit is contained in:
parent
08408d52e0
commit
98d88bd99e
@ -559,7 +559,7 @@ MergeGroupEditorPlugin::MergeGroupEditorPlugin(EditorNode *p_node) {
|
||||
|
||||
button_bake = memnew(ToolButton);
|
||||
button_bake->set_icon(editor->get_gui_base()->get_theme_icon("Bake", "EditorIcons"));
|
||||
button_bake->set_text(TTR("Bake"));
|
||||
//button_bake->set_text(TTR("Bake"));
|
||||
button_bake->set_tooltip(TTR("Bake MergeGroup to Scene."));
|
||||
button_bake->hide();
|
||||
button_bake->connect("pressed", this, "_bake");
|
||||
|
Loading…
Reference in New Issue
Block a user