Fix issue that certain modal dialog cannot be dismissed

This commit is contained in:
Noisyfox
2025-10-11 21:30:06 +08:00
parent cf623135e7
commit cf9d88f2b8
2 changed files with 2 additions and 2 deletions

View File

@ -413,7 +413,7 @@ int RichMessageDialog::ShowModal()
}
Layout();
return wxDialog::ShowModal();
return MsgDialog::ShowModal();
}
bool RichMessageDialog::IsCheckBoxChecked() const