mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 05:33:11 +00:00
Fix "blocked > 0" error when selecting an item in the Search Help dialog
This commit is contained in:
parent
fa024537a3
commit
133031c65e
@ -130,7 +130,7 @@ void EditorHelpSearch::_notification(int p_what) {
|
||||
} break;
|
||||
case NOTIFICATION_POPUP_HIDE: {
|
||||
|
||||
results_tree->clear();
|
||||
results_tree->call_deferred("clear"); // Wait for the Tree's mouse event propagation.
|
||||
get_ok()->set_disabled(true);
|
||||
EditorSettings::get_singleton()->set_project_metadata("dialog_bounds", "search_help", get_rect());
|
||||
} break;
|
||||
|
Loading…
Reference in New Issue
Block a user