FIX: support dark mode for print option

jira: [STUDIO-9431]
Change-Id: I9b57f684e5a0b21a3f82b2138f568dd233b8d718
(cherry picked from commit 2a07fcf8b9eb7e6a3c3c104ac2eb9de51380aec0)
This commit is contained in:
xin.zhang
2025-01-01 12:15:57 +08:00
committed by Noisyfox
parent 285927574e
commit c259360dff
2 changed files with 16 additions and 7 deletions

View File

@@ -44,6 +44,9 @@
#include "Jobs/Worker.hpp"
#define PRINT_OPT_BG_GRAY 0xF8F8F8
#define PRINT_OPT_ITEM_BG_GRAY 0xEEEEEE
namespace Slic3r { namespace GUI {
void print_ams_mapping_result(std::vector<FilamentInfo> &result);