소스 검색

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

bruvzg 2 년 전
부모
커밋
b3d574e22d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      editor/progress_dialog.cpp

+ 1 - 0
editor/progress_dialog.cpp

@@ -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);