You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
[Editor] Fix editor progress dialog auto closing on focus loss.
This commit is contained in:
@@ -257,6 +257,7 @@ ProgressDialog::ProgressDialog() {
|
|||||||
add_child(main);
|
add_child(main);
|
||||||
main->set_anchors_and_offsets_preset(Control::PRESET_FULL_RECT);
|
main->set_anchors_and_offsets_preset(Control::PRESET_FULL_RECT);
|
||||||
set_exclusive(true);
|
set_exclusive(true);
|
||||||
|
set_flag(Window::FLAG_POPUP, false);
|
||||||
last_progress_tick = 0;
|
last_progress_tick = 0;
|
||||||
singleton = this;
|
singleton = this;
|
||||||
cancel_hb = memnew(HBoxContainer);
|
cancel_hb = memnew(HBoxContainer);
|
||||||
|
|||||||
Reference in New Issue
Block a user