git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2000-08-18 09:42:43 +00:00
parent 1a2bf4ebfc
commit 1724915f18

View File

@ -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();