ConfigWizard: Fix default printer selection

This commit is contained in:
Vojtech Kral 2018-06-22 15:01:33 +02:00 committed by bubnikv
parent 8eb8a8b1f6
commit 3229574a39
2 changed files with 10 additions and 5 deletions

View file

@ -56,6 +56,7 @@ struct PrinterPicker: wxPanel
PrinterPicker(wxWindow *parent, const VendorProfile &vendor, const AppConfig &appconfig_vendors);
void select_all(bool select);
void select_one(size_t i, bool select);
void on_checkbox(const Checkbox *cbox, bool checked);
};