ConfigWizard: Fix: Don't check the default printer if the wizard is requested by user or re-configure

This commit is contained in:
Vojtech Kral 2018-07-23 15:04:21 +02:00
parent 3e65b4410b
commit 1842520ea6
2 changed files with 7 additions and 4 deletions

View file

@ -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();