mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Fix issue that certain modal dialog cannot be dismissed
This commit is contained in:
@@ -413,7 +413,7 @@ int RichMessageDialog::ShowModal()
|
||||
}
|
||||
Layout();
|
||||
|
||||
return wxDialog::ShowModal();
|
||||
return MsgDialog::ShowModal();
|
||||
}
|
||||
|
||||
bool RichMessageDialog::IsCheckBoxChecked() const
|
||||
|
||||
Reference in New Issue
Block a user