|
@@ -247,8 +247,10 @@ void WindowDialog::_notification(int p_what) {
|
|
} break;
|
|
} break;
|
|
|
|
|
|
case NOTIFICATION_POPUP_HIDE: {
|
|
case NOTIFICATION_POPUP_HIDE: {
|
|
- if (get_tree() && Engine::get_singleton()->is_editor_hint() && EditorNode::get_singleton() && !was_editor_dimmed)
|
|
|
|
|
|
+ if (get_tree() && Engine::get_singleton()->is_editor_hint() && EditorNode::get_singleton() && !was_editor_dimmed) {
|
|
EditorNode::get_singleton()->dim_editor(false);
|
|
EditorNode::get_singleton()->dim_editor(false);
|
|
|
|
+ set_pass_on_modal_close_click(false);
|
|
|
|
+ }
|
|
} break;
|
|
} break;
|
|
#endif
|
|
#endif
|
|
}
|
|
}
|