mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 14:37:36 -06:00
parent
8b1277b554
commit
4b893b40a1
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ public:
|
||||||
wxEllipsizeMode ellipsizeMode = wxELLIPSIZE_END
|
wxEllipsizeMode ellipsizeMode = wxELLIPSIZE_END
|
||||||
) override
|
) override
|
||||||
{ // ORCA draw custom text to improve consistency between platforms
|
{ // ORCA draw custom text to improve consistency between platforms
|
||||||
dc.SetFont(Label::Body_13);
|
//dc.SetFont(win->GetFont()); Without SetFont it pulls font from window
|
||||||
dc.SetTextForeground(StateColor::darkModeColorFor(wxColour("#262E30"))); // use same color for selected / non-selected
|
dc.SetTextForeground(StateColor::darkModeColorFor(wxColour("#262E30"))); // use same color for selected / non-selected
|
||||||
dc.DrawText(text,wxPoint(rect.x, rect.y));
|
dc.DrawText(text,wxPoint(rect.x, rect.y));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue