Fix issue when switching between FileSystem and other docks. #5384
This commit is contained in:
parent
620da09b87
commit
ee7c1bc235
1 changed files with 0 additions and 1 deletions
|
@ -1702,7 +1702,6 @@ ScenesDock::ScenesDock(EditorNode *p_editor) {
|
|||
|
||||
tree->set_hide_root(true);
|
||||
split_box->add_child(tree);
|
||||
tree->set_custom_minimum_size(Size2(0,200)*EDSCALE);
|
||||
tree->set_drag_forwarding(this);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue