Don't edit current when changing docks v2
This commit is contained in:
@ -147,7 +147,6 @@ void EditorDockManager::_update_layout() {
|
||||
if (!dock_context_popup->is_inside_tree() || EditorNode::get_singleton()->is_exiting()) {
|
||||
return;
|
||||
}
|
||||
EditorNode::get_singleton()->edit_current();
|
||||
dock_context_popup->docks_updated();
|
||||
_update_docks_menu();
|
||||
EditorNode::get_singleton()->save_editor_layout_delayed();
|
||||
|
||||
Reference in New Issue
Block a user