mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-27 09:59:48 -07:00
Fix filament grouping color #2
This commit is contained in:
parent
fa238016ce
commit
59bca995fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue