ConfigWizard: Fix: Don't check the default printer if the wizard is requested by user or re-configure
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user