mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
FIX: [STUDIO-2536] m_print_error_dlg darkUI issue
Change-Id: Ibd759855665649a24fa90069679516dc0250c1ee
This commit is contained in:
parent
5a7e3cebcb
commit
7235e146e2
3 changed files with 8 additions and 1 deletions
|
@ -789,7 +789,12 @@ SecondaryCheckDialog::~SecondaryCheckDialog()
|
|||
|
||||
void SecondaryCheckDialog::on_dpi_changed(const wxRect& suggested_rect)
|
||||
{
|
||||
rescale();
|
||||
rescale();
|
||||
}
|
||||
|
||||
void SecondaryCheckDialog::msw_rescale() {
|
||||
wxGetApp().UpdateFrameDarkUI(this);
|
||||
Refresh();
|
||||
}
|
||||
|
||||
void SecondaryCheckDialog::rescale()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue