Refine badged static box

This commit is contained in:
Noisyfox
2025-10-05 21:45:49 +08:00
parent a8482a1138
commit 687286ccac
3 changed files with 7 additions and 73 deletions
+1 -1
View File
@@ -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;
};