mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-22 11:42:00 +00:00
Remove macOS text position fudge factors (no longer needed with wx 3.3)
This commit is contained in:
@@ -182,6 +182,7 @@ void TabButton::render(wxDC &dc)
|
||||
pt.y = (size.y - showimg.GetHeight()) / 2;
|
||||
dc.DrawBitmap(showimg, pt);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void TabButton::messureSize()
|
||||
|
||||
Reference in New Issue
Block a user