Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2019-02-12 13:01:15 +0300
committerVojtech Kral <vojtech@kral.hk>2019-02-12 13:01:15 +0300
commitcfe0bd6ce1ae1089f718ac61a5a0824bb021d10c (patch)
tree40d9b984797aae2dbcfcd621a1fffbfa1b220873 /src/slic3r/GUI/ConfigWizard_private.hpp
parent94dc86ec72dd4f1db83ca15caee756b46934515e (diff)
ConfigWizard: Cap width, clarify select buttons
Diffstat (limited to 'src/slic3r/GUI/ConfigWizard_private.hpp')
-rw-r--r--src/slic3r/GUI/ConfigWizard_private.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slic3r/GUI/ConfigWizard_private.hpp b/src/slic3r/GUI/ConfigWizard_private.hpp
index 4cbe2199f..df7602adf 100644
--- a/src/slic3r/GUI/ConfigWizard_private.hpp
+++ b/src/slic3r/GUI/ConfigWizard_private.hpp
@@ -64,7 +64,7 @@ struct PrinterPicker: wxPanel
PrinterPicker(wxWindow *parent, const VendorProfile &vendor, wxString title, size_t max_cols, const AppConfig &appconfig_vendors, const ModelFilter &filter);
PrinterPicker(wxWindow *parent, const VendorProfile &vendor, wxString title, size_t max_cols, const AppConfig &appconfig_vendors);
- void select_all(bool select);
+ void select_all(bool select, bool alternates = false);
void select_one(size_t i, bool select);
void on_checkbox(const Checkbox *cbox, bool checked);
@@ -119,7 +119,7 @@ struct PagePrinters: ConfigWizardPage
PagePrinters(ConfigWizard *parent, wxString title, wxString shortname, const VendorProfile &vendor, unsigned indent, Technology technology);
- void select_all(bool select);
+ void select_all(bool select, bool alternates = false);
int get_width() const;
};