Browse Source

Fix issue when switching between FileSystem and other docks. #5384

samuel.grigolato 9 năm trước cách đây
mục cha
commit
ee7c1bc235
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      tools/editor/scenes_dock.cpp

+ 0 - 1
tools/editor/scenes_dock.cpp

@@ -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);