mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
change app color
This commit is contained in:
@@ -760,7 +760,7 @@ void OG_CustomCtrl::CtrlLine::render(wxDC& dc, wxCoord h_pos, wxCoord v_pos)
|
||||
const std::vector<Option>& option_set = og_line.get_options();
|
||||
|
||||
wxString label = og_line.label;
|
||||
wxColour blink_color = StateColor::darkModeColorFor("#00AE42");
|
||||
wxColour blink_color = StateColor::darkModeColorFor("#009688");
|
||||
bool is_url_string = false;
|
||||
if (ctrl->opt_group->label_width != 0 && !label.IsEmpty()) {
|
||||
const wxColour* text_clr = field ? field->label_color() : og_line.full_Label_color;
|
||||
@@ -906,7 +906,7 @@ wxCoord OG_CustomCtrl::CtrlLine::draw_text(wxDC &dc, wxPoint pos, const wxString
|
||||
|
||||
wxColour old_clr = dc.GetTextForeground();
|
||||
wxFont old_font = dc.GetFont();
|
||||
wxColor clr_url = StateColor::darkModeColorFor("#00AE42");
|
||||
wxColor clr_url = StateColor::darkModeColorFor("#009688");
|
||||
if (is_focused && is_url) {
|
||||
// temporary workaround for the OSX because of strange Bold font behavior on BigSerf
|
||||
#ifdef __APPLE__
|
||||
|
||||
Reference in New Issue
Block a user