mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-03 00:02:14 +00:00
FIX: fix plater UI
Jira: 10520 Change-Id: Iec4401862d1c28df45067dc9b545dafe1341eb35 (cherry picked from commit 94ceedf97faf2b99e104489e73de0e72c4d27fca)
This commit is contained in:
@@ -12,7 +12,7 @@ public:
|
||||
|
||||
public:
|
||||
void ShowBadge(bool show);
|
||||
|
||||
void SetBorderColor(const wxColour &color);
|
||||
private:
|
||||
#ifdef __WXMSW__
|
||||
void OnPaint(wxPaintEvent &evt);
|
||||
@@ -26,6 +26,7 @@ private:
|
||||
#ifdef __WXOSX__
|
||||
ScalableButton * badge { nullptr };
|
||||
#endif
|
||||
wxColour borderColor_;
|
||||
};
|
||||
|
||||
#endif // !slic3r_GUI_StaticGroup_hpp_
|
||||
|
||||
Reference in New Issue
Block a user