1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-14 08:34:26 +00:00

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
+1 -1
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;