minor visual corrections to renderers (patch 649847)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-12-07 01:07:35 +00:00
parent e622dd68c2
commit 136d4499d5
3 changed files with 5 additions and 6 deletions

View File

@@ -1737,8 +1737,7 @@ void wxWin32Renderer::DrawHalfRect(wxDC& dc, wxRect *rect, const wxPen& pen)
rect->GetRight(), rect->GetBottom());
// adjust the rect
rect->width--;
rect->height--;
rect->Inflate(-1);
}
void wxWin32Renderer::DrawShadedRect(wxDC& dc, wxRect *rect,