mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 03:37:54 -06:00
ConfigWizard: Fix default printer selection
This commit is contained in:
parent
8eb8a8b1f6
commit
3229574a39
2 changed files with 10 additions and 5 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue