mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Revert "Fix issue when switching between FileSystem and other editor docks"
This commit is contained in:
parent
5dbb587c0f
commit
3668bdc93e
@ -1702,6 +1702,7 @@ 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 New Issue
Block a user