1
0
Fork 0

Fix: Don't allow right-click to close world generation progress window. (#13084)

pull/13086/head
Peter Nelson 2024-11-16 13:54:47 +00:00 committed by GitHub
parent 8c395ed67c
commit 57ac1cbe0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1339,7 +1339,7 @@ static constexpr NWidgetPart _nested_generate_progress_widgets[] = {
static WindowDesc _generate_progress_desc( static WindowDesc _generate_progress_desc(
WDP_CENTER, nullptr, 0, 0, WDP_CENTER, nullptr, 0, 0,
WC_MODAL_PROGRESS, WC_NONE, WC_MODAL_PROGRESS, WC_NONE,
0, WDF_NO_CLOSE,
_nested_generate_progress_widgets _nested_generate_progress_widgets
); );