mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Workaround for extruder editing under OSX
This commit is contained in:
parent
a0b46a4019
commit
15902766d0
4 changed files with 77 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue