trying to fix the generic tree appearance problems

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-08-11 00:38:32 +00:00
parent bc51e42e8b
commit 0e7761fade
2 changed files with 9 additions and 5 deletions

View File

@@ -2317,8 +2317,8 @@ void wxGenericTreeCtrl::PaintLevel( wxGenericTreeItem *item, wxDC &dc, int level
}
else // no custom buttons
{
static const int wImage = 10;
static const int hImage = 12;
static const int wImage = 9;
static const int hImage = 9;
wxRendererNative::Get().DrawTreeItemButton
(