mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
FIX: label color
Change-Id: I1de550178601fab8844fac9aabf9728233a965bb
This commit is contained in:
parent
9bc46daf40
commit
5066cc1736
2 changed files with 2 additions and 1 deletions
|
@ -226,6 +226,7 @@ Label::Label(wxWindow *parent, wxFont const &font, wxString const &text, long st
|
|||
this->font = font;
|
||||
SetFont(font);
|
||||
SetBackgroundColour(StaticBox::GetParentBackgroundColor(parent));
|
||||
SetForegroundColour("#262E30");
|
||||
if (style & LB_PROPAGATE_MOUSE_EVENT) {
|
||||
for (auto evt : {
|
||||
wxEVT_LEFT_UP, wxEVT_LEFT_DOWN})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue