mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 03:37:54 -06:00
ConfigWizard: Fix: Don't check the default printer if the wizard is requested by user or re-configure
This commit is contained in:
parent
3e65b4410b
commit
1842520ea6
2 changed files with 7 additions and 4 deletions
|
@ -104,7 +104,7 @@ struct PageWelcome: ConfigWizardPage
|
|||
wxPanel *others_buttons;
|
||||
wxCheckBox *cbox_reset;
|
||||
|
||||
PageWelcome(ConfigWizard *parent);
|
||||
PageWelcome(ConfigWizard *parent, bool check_first_variant);
|
||||
|
||||
virtual wxPanel* extra_buttons() { return others_buttons; }
|
||||
virtual void on_page_set();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue