mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-02 13:00:28 -07:00
ENH: add filament arrangement drag image and other UI details
jira: new Change-Id: I2ebbfd2a20c2d2f6059c2508467cd69dd272f943 (cherry picked from commit 3e633455def0a40f9f041320c7cd3cc4ae65be02)
This commit is contained in:
parent
a6dc8c27a8
commit
0b71026bed
6 changed files with 31 additions and 17 deletions
|
|
@ -346,8 +346,8 @@ wxBitmap* BitmapCache::load_svg(const std::string &bitmap_name, unsigned target_
|
|||
if (strstr(bitmap_name.c_str(), "toggle_on") != NULL && dark_mode) // ORCA only replace color of toggle button
|
||||
replaces["#009688"] = "#00675b";
|
||||
|
||||
//if (!new_color.empty())
|
||||
// replaces["\"#ED6B21\""] = "\"" + new_color + "\"";
|
||||
if (!new_color.empty())
|
||||
replaces["\"#00AE42\""] = "\"" + 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