1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Fix error with a specific dock layout

This commit is contained in:
volzhs
2018-11-05 11:45:25 +09:00
parent 7438093562
commit 9f62f79dbb
4 changed files with 9 additions and 0 deletions

View File

@@ -261,6 +261,8 @@ void EditorQuickOpen::_notification(int p_what) {
search_box->set_right_icon(get_icon("Search", "EditorIcons"));
search_box->set_clear_button_enabled(true);
} else if (p_what == NOTIFICATION_EXIT_TREE) {
disconnect("confirmed", this, "_confirmed");
}
}