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:
@@ -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
|
||||
(
|
||||
|
Reference in New Issue
Block a user