mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
FIX: sync from master
Change-Id: If8d11f0778d540e7f16ce022150bc531d42f6bd9
This commit is contained in:
parent
2d8ddca1d6
commit
a12e1f2568
3 changed files with 5 additions and 12 deletions
|
@ -234,7 +234,7 @@ Label::Label(wxWindow *parent, wxFont const &font, wxString const &text, long st
|
|||
{
|
||||
this->font = font;
|
||||
SetFont(font);
|
||||
SetForegroundColour(wxColour("#262E30"));
|
||||
SetForegroundColour(*wxBLACK);
|
||||
SetBackgroundColour(StaticBox::GetParentBackgroundColor(parent));
|
||||
SetForegroundColour("#262E30");
|
||||
if (style & LB_PROPAGATE_MOUSE_EVENT) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue