mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-28 21:32:11 +00:00
FIX: label color
Change-Id: I1de550178601fab8844fac9aabf9728233a965bb
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user