Fix issue that certain modal dialog cannot be dismissed

This commit is contained in:
Noisyfox
2025-10-11 21:30:06 +08:00
parent 2fa386cbdb
commit fc8f183151
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