git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8122
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Assumption: wxGenericTreeCtrl will adjust the scrollbars automatically,
// since it'll call SetScrollbars and we've defined this to Do The Right Thing.
// 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();
return;
wxScrolledWindow* scrolledWindow = GetScrolledWindow();