mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
@@ -118,7 +118,7 @@ public:
|
||||
wxEllipsizeMode ellipsizeMode = wxELLIPSIZE_END
|
||||
) override
|
||||
{ // 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.DrawText(text,wxPoint(rect.x, rect.y));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user