Remove macOS text position fudge factors (no longer needed with wx 3.3)

This commit is contained in:
SoftFever
2026-03-25 15:58:32 +08:00
parent f77e7d833b
commit 80c958d98b
3 changed files with 2 additions and 11 deletions

View File

@@ -182,6 +182,7 @@ void TabButton::render(wxDC &dc)
pt.y = (size.y - showimg.GetHeight()) / 2;
dc.DrawBitmap(showimg, pt);
}
}
void TabButton::messureSize()