mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 17:12:07 +00:00
Fix filament grouping color #2
This commit is contained in:
@@ -348,7 +348,7 @@ wxBitmap* BitmapCache::load_svg(const std::string &bitmap_name, unsigned target_
|
||||
replaces["#009688"] = "#00675b";
|
||||
|
||||
if (!new_color.empty())
|
||||
replaces["\"#00AE42\""] = "\"" + new_color + "\"";
|
||||
replaces["\"#009688\""] = "\"" + new_color + "\"";
|
||||
|
||||
NSVGimage *image = nullptr;
|
||||
if (strstr(bitmap_name.c_str(), "printer_thumbnail") == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user