Merge pull request #5416 from samuelgrigolato/master

Fix issue when switching between FileSystem and other editor docks
This commit is contained in:
Rémi Verschelde 2016-06-26 09:52:39 +02:00 committed by GitHub
commit 544b196d77

View file

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