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:
authorYuSanka <yusanka@gmail.com>2019-10-02 12:53:50 +0300
committerYuSanka <yusanka@gmail.com>2019-10-02 12:53:50 +0300
commit15902766d051315d8efe7a5e2771b28af45a69ba (patch)
treee45467b09cd667a3837362b96a92d232fab789ee /src/slic3r/GUI/wxExtensions.hpp
parenta0b46a40191394f3a3ca0c1a9cc59d2f6eefe8ef (diff)
Workaround for extruder editing under OSX
Diffstat (limited to 'src/slic3r/GUI/wxExtensions.hpp')
-rw-r--r--src/slic3r/GUI/wxExtensions.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/wxExtensions.hpp b/src/slic3r/GUI/wxExtensions.hpp
index 762fd08e7..1ba55c4b5 100644
--- a/src/slic3r/GUI/wxExtensions.hpp
+++ b/src/slic3r/GUI/wxExtensions.hpp
@@ -55,6 +55,8 @@ int em_unit(wxWindow* win);
wxBitmap create_scaled_bitmap(wxWindow *win, const std::string& bmp_name,
const int px_cnt = 16, const bool is_horizontal = false, const bool grayscale = false);
+std::vector<wxBitmap*> get_extruder_color_icons();
+
class wxCheckListBoxComboPopup : public wxCheckListBox, public wxComboPopup
{
static const unsigned int DefaultWidth;