Fixup of 47a8b49
This commit is contained in:
parent
272e9f11e3
commit
9a9c3bac39
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ Slic3r::GUI::BitmapCache* m_bitmap_cache = nullptr;
|
||||||
std::vector<wxBitmap*> bmps;
|
std::vector<wxBitmap*> bmps;
|
||||||
std::vector<std::string> colors = Slic3r::GUI::wxGetApp().plater()->get_extruder_colors_from_plater_config();
|
std::vector<std::string> colors = Slic3r::GUI::wxGetApp().plater()->get_extruder_colors_from_plater_config();
|
||||||
|
|
||||||
if (bmps.empty())
|
if (colors.empty())
|
||||||
return bmps;
|
return bmps;
|
||||||
|
|
||||||
unsigned char rgb[3];
|
unsigned char rgb[3];
|
||||||
|
|
Loading…
Reference in a new issue