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