git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8831
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( rel == wxPercentOf )
{
- percentage = val;
+ percent = val;
}
else
{
//
void wxIndividualLayoutConstraint::Absolute(int val)
{
- value = val; relationship = wxAbsolute;
+ value = val;
+ relationship = wxAbsolute;
}
// Reset constraint if it mentions otherWin
otherWin = (wxWindowBase *) NULL;
return TRUE;
}
- else
- return FALSE;
+
+ return FALSE;
}
// Try to satisfy constraint