Bug fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1a2bf4ebfc
commit
1724915f18
@ -210,7 +210,7 @@ Plus, wxGenericTreeCtrl::OnPaint will reset the device origin.
|
||||
|
||||
// Assumption: wxGenericTreeCtrl will adjust the scrollbars automatically,
|
||||
// since it'll call SetScrollbars and we've defined this to Do The Right Thing.
|
||||
if (!IsKindOf(CLASSINFO(wxGenericTreeCtrl)))
|
||||
if (IsKindOf(CLASSINFO(wxGenericTreeCtrl)))
|
||||
return;
|
||||
|
||||
wxScrolledWindow* scrolledWindow = GetScrolledWindow();
|
||||
|
Loading…
Reference in New Issue
Block a user