]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/button.cpp
the modal dialogs restore the focus to the control which had it before the
[wxWidgets.git] / src / msw / button.cpp
index 13f671d53b5cfeb9e1bca94eb33620e18e9e2e8a..83928e90f52e22cd93c3fc2b6282861ee382dccd 100644 (file)
@@ -106,6 +106,8 @@ void wxButton::SetSize(int x, int y, int width, int height, int sizeFlags)
   if (y == -1 || (sizeFlags & wxSIZE_ALLOW_MINUS_ONE))
     y1 = currentY;
 
+  AdjustForParentClientOrigin(x1, y1, sizeFlags);
+
   int actualWidth = width;
   int actualHeight = height;
   int ww, hh;