X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3417c2cd3d5cb05451270b5a09fe2355406158a3..6113a16ab39e2c2b1a4efaf0cd21d70e88549910:/include/wx/layout.h?ds=inline 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(); } };