Fix error with a specific dock layout
This commit is contained in:
parent
7438093562
commit
9f62f79dbb
4 changed files with 9 additions and 0 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue