X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11d1adbfda13e56736ef62d07a7220134e62c5e5..9470921fbb927af3a4432a27d52c372998311964:/src/mac/renderer.cpp diff --git a/src/mac/renderer.cpp b/src/mac/renderer.cpp index fbe365ab67..3502ab3132 100644 --- a/src/mac/renderer.cpp +++ b/src/mac/renderer.cpp @@ -134,8 +134,8 @@ wxRendererMac::DrawHeaderButton(wxWindow *win, { const int CORNER = 1; - const wxCoord x = rect.x, - y = rect.y, + const wxCoord x = rect.x-1, + y = rect.y-1, w = rect.width, h = rect.height;