applied a patch to remove spurious constrains unsatisifed warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1277,7 +1277,7 @@ void wxWindowBase::SetConstraintSizes(bool recurse)
|
||||
while (node)
|
||||
{
|
||||
wxWindow *win = node->GetData();
|
||||
if ( !win->IsTopLevel() )
|
||||
if ( !win->IsTopLevel() && win->GetConstraints() )
|
||||
win->SetConstraintSizes();
|
||||
node = node->GetNext();
|
||||
}
|
||||
|
Reference in New Issue
Block a user