mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 08:53:06 +08:00
Fix printing sample compilation after recent changes
This commit is contained in:
@@ -487,7 +487,7 @@ void MyFrame::OnAngleDown(wxCommandEvent& WXUNUSED(event))
|
||||
void MyFrame::OnPreviewFrameModalityKind(wxCommandEvent& event)
|
||||
{
|
||||
m_previewModality = static_cast<wxPreviewFrameModalityKind>(
|
||||
wxPreviewFrame_AppModal +
|
||||
static_cast<int>(wxPreviewFrame_AppModal) +
|
||||
(event.GetId() - WXPRINT_FRAME_MODAL_APP));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user