mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
ProgressDialog: Fix DoSetSize using incorrect superclass (#11095)
Fix ProgressDialog using incorrect superclass
This commit is contained in:
@@ -813,7 +813,7 @@ void ProgressDialog::DoSetSize(int x, int y, int width, int height, int sizeFlag
|
|||||||
// m_block_right->SetPosition(wxPoint(PROGRESSDIALOG_GAUGE_SIZE.x - 2, 0));
|
// m_block_right->SetPosition(wxPoint(PROGRESSDIALOG_GAUGE_SIZE.x - 2, 0));
|
||||||
//}
|
//}
|
||||||
#endif
|
#endif
|
||||||
wxWindow::DoSetSize(x, y, width, height, sizeFlags);
|
wxDialog::DoSetSize(x, y, width, height, sizeFlags);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ProgressDialog::DisableOtherWindows()
|
void ProgressDialog::DisableOtherWindows()
|
||||||
|
|||||||
Reference in New Issue
Block a user