[Editor] Fix editor progress dialog auto closing on focus loss.

This commit is contained in:
bruvzg 2023-01-31 09:56:46 +02:00
parent 1a37aefbf9
commit b3d574e22d
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38

View file

@ -257,6 +257,7 @@ ProgressDialog::ProgressDialog() {
add_child(main);
main->set_anchors_and_offsets_preset(Control::PRESET_FULL_RECT);
set_exclusive(true);
set_flag(Window::FLAG_POPUP, false);
last_progress_tick = 0;
singleton = this;
cancel_hb = memnew(HBoxContainer);