mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 23:14:26 +08:00
FIX:fixed dark mode correction in gcode view page
Change-Id: I4b2dd266024a5858aa5003e3f418cb5f2053d80f
This commit is contained in:
parent
a7138a47ad
commit
12a66c5c70
@ -514,6 +514,8 @@ void TextCtrl::BUILD() {
|
|||||||
if (m_opt.is_code) // BBS
|
if (m_opt.is_code) // BBS
|
||||||
temp->SetFont(Slic3r::GUI::wxGetApp().normal_font());
|
temp->SetFont(Slic3r::GUI::wxGetApp().normal_font());
|
||||||
|
|
||||||
|
|
||||||
|
temp->SetForegroundColour(StateColor::darkModeColorFor(*wxBLACK));
|
||||||
wxGetApp().UpdateDarkUI(temp);
|
wxGetApp().UpdateDarkUI(temp);
|
||||||
|
|
||||||
if (! m_opt.multiline && !wxOSX)
|
if (! m_opt.multiline && !wxOSX)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user