git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61378
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
node = node->GetNext() )
{
wxWindow *win = node->GetData();
node = node->GetNext() )
{
wxWindow *win = node->GetData();
- if ( !win->IsTopLevel() && win->IsShown() && !win->IsKindOf(CLASSINFO(wxScrollBar)))
+ if ( !win->IsTopLevel() && win->IsShown()
+#if wxUSE_SCROLLBAR
+ && !win->IsKindOf(CLASSINFO(wxScrollBar))
+#endif
+ )
realChildCount ++;
}
return (realChildCount > 0);
realChildCount ++;
}
return (realChildCount > 0);