mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 10:51:22 +00:00
Refine badged static box
This commit is contained in:
@@ -48,7 +48,6 @@ public:
|
||||
|
||||
private:
|
||||
void PickDC(wxDC& dc);
|
||||
virtual void DrawBorderAndLabel(wxDC& dc);
|
||||
|
||||
protected:
|
||||
StateHandler state_handler;
|
||||
@@ -64,6 +63,7 @@ protected:
|
||||
float m_scale;
|
||||
wxPoint m_pos;
|
||||
|
||||
virtual void DrawBorderAndLabel(wxDC& dc);
|
||||
void GetBordersForSizer(int *borderTop, int *borderOther) const override;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user