X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3417c2cd3d5cb05451270b5a09fe2355406158a3..159b66c02a8f1c724d1af3c768ad5d90f4c8a0e2:/include/wx/layout.h diff --git a/include/wx/layout.h b/include/wx/layout.h index e3e5353ce7..0fcd64ecd8 100644 --- a/include/wx/layout.h +++ b/include/wx/layout.h @@ -177,8 +177,8 @@ public: bool SatisfyConstraints(wxWindowBase *win, int *noChanges); bool AreSatisfied() const { - return left.GetDone() && top.GetDone() && right.GetDone() && - bottom.GetDone() && centreX.GetDone() && centreY.GetDone(); + return left.GetDone() && top.GetDone() && + width.GetDone() && height.GetDone(); } };