FIX: StaticGroup constriant layout badge on macOS

Change-Id: Ia93c91b990ec3f5fef3eae57d48ca71b4a0841e6
Jira: STUDIO-10383
(cherry picked from commit 88521a06d12cd4ebbcb8e98d8c929e9815aa71de)
This commit is contained in:
chunmao.guo
2025-02-14 21:35:29 +08:00
committed by Noisyfox
parent 09df1248c0
commit e746ef0451
4 changed files with 13 additions and 24 deletions

View File

@@ -18,10 +18,6 @@ private:
void OnPaint(wxPaintEvent &evt);
void PaintForeground(wxDC &dc, const struct tagRECT &rc) override;
#endif
#ifdef __WXOSX__
void DoSetSize(int x, int y, int width, int height, int sizeFlags) override;
void LayoutBadge();
#endif
private:
#ifdef __WXMSW__