ENH: refine button display style on mac retina

Change-Id: I48bfe918ccfbf10535c6a5f49dce0371b2d15274
This commit is contained in:
Stone Li 2022-08-05 12:32:19 +08:00 committed by Lane.Wei
parent 98b612bc2e
commit 9f194263f1
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ void StaticBox::doRender(wxDC& dc)
dc.DrawRectangle(rc);
}
else {
dc.DrawRoundedRectangle(rc, radius);
dc.DrawRoundedRectangle(rc, radius - border_width);
}
}
}