Workaround for extruder editing under OSX

This commit is contained in:
YuSanka 2019-10-02 11:53:50 +02:00
parent a0b46a4019
commit 15902766d0
4 changed files with 77 additions and 1 deletions

View file

@ -449,7 +449,7 @@ wxBitmap create_scaled_bitmap(wxWindow *win, const std::string& bmp_name_in,
Slic3r::GUI::BitmapCache* m_bitmap_cache = nullptr;
static std::vector<wxBitmap*> get_extruder_color_icons()
/*static*/ std::vector<wxBitmap*> get_extruder_color_icons()
{
// Create the bitmap with color bars.
std::vector<wxBitmap*> bmps;