Fix filament grouping color #2

This commit is contained in:
Noisyfox 2025-10-09 23:13:09 +08:00
parent fa238016ce
commit 59bca995fb

View file

@ -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) {