mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
Adapt settings label colors to light vs dark UI themes
This commit is contained in:
parent
601185f113
commit
388deb71ab
3 changed files with 45 additions and 13 deletions
|
@ -79,8 +79,10 @@ void set_preset_bundle(PresetBundle *preset_bundle);
|
|||
|
||||
AppConfig* get_app_config();
|
||||
wxApp* get_app();
|
||||
wxColour* get_modified_label_clr();
|
||||
wxColour* get_sys_label_clr();
|
||||
|
||||
const wxColour& get_modified_label_clr();
|
||||
const wxColour& get_sys_label_clr();
|
||||
unsigned get_colour_approx_luma(const wxColour &colour);
|
||||
|
||||
void add_debug_menu(wxMenuBar *menu, int event_language_change);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue