git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59926
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
}
// On Mac, scrollbars are explicitly children.
}
// On Mac, scrollbars are explicitly children.
+#if defined( __WXMAC__ ) && !defined(__WXUNIVERSAL__)
static bool wxHasRealChildren(const wxWindowBase* win)
{
int realChildCount = 0;
static bool wxHasRealChildren(const wxWindowBase* win)
{
int realChildCount = 0;
}
#endif // wxUSE_CONSTRAINTS
else if ( !GetChildren().empty()
}
#endif // wxUSE_CONSTRAINTS
else if ( !GetChildren().empty()
+#if defined( __WXMAC__ ) && !defined(__WXUNIVERSAL__)
&& wxHasRealChildren(this)
#endif
)
&& wxHasRealChildren(this)
#endif
)