mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-23 09:28:07 +01:00
Hide MDIEd's toggle button by default.
This commit is contained in:
parent
07d3771a12
commit
a426e173f5
@ -896,6 +896,7 @@ MDIEd::MDIEd() {
|
||||
_edit_mode_button->set_tooltip(TTR("Edit MeshDataResource."));
|
||||
_edit_mode_button->connect("toggled", this, "_edit_mode_toggled");
|
||||
SpatialEditor::get_singleton()->add_control_to_menu_panel(_edit_mode_button);
|
||||
_edit_mode_button->hide();
|
||||
|
||||
_editing = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user