X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3417c2cd3d5cb05451270b5a09fe2355406158a3..9cf99fc093f9c45b6b5d8d8b357699d826c9916a:/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();
     }
 };