renderer::DrawHeaderButton() seems to need space

which should be corrected in a general way.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-04-19 08:32:55 +00:00
parent c21f7aa162
commit b4d6492404

View File

@@ -616,7 +616,7 @@ void wxDataViewHeaderWindow::OnPaint( wxPaintEvent &WXUNUSED(event) )
( (
this, this,
dc, dc,
wxRect(xpos, 0, cw, ch), wxRect(xpos+1, 1, cw-1, ch-1),
m_parent->IsEnabled() ? 0 m_parent->IsEnabled() ? 0
: (int)wxCONTROL_DISABLED : (int)wxCONTROL_DISABLED
); );