mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-09-13 05:33:15 +08:00
ConfigWizard: Added missed Refresh()
This commit is contained in:
parent
19387186a5
commit
038459b083
@ -1934,6 +1934,8 @@ void ConfigWizard::priv::load_pages()
|
|||||||
index->go_to(former_active); // Will restore the active item/page if possible
|
index->go_to(former_active); // Will restore the active item/page if possible
|
||||||
|
|
||||||
q->Layout();
|
q->Layout();
|
||||||
|
// This Refresh() is needed to avoid ugly artifacts after printer selection, when no one vendor was selected from the very beginnig
|
||||||
|
q->Refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ConfigWizard::priv::init_dialog_size()
|
void ConfigWizard::priv::init_dialog_size()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user