]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wincmn.cpp
wxMSW fixes after wxFrameBase change - seems to work ok too by now
[wxWidgets.git] / src / common / wincmn.cpp
index a9f702acfd5302368338b0a670741d31e061be9d..18e1821bfc1ae89d2c64a2f2a48d245c432d5cda 100644 (file)
@@ -354,6 +354,7 @@ void wxWindowBase::Centre(int direction)
         yNew += posParent.y;
     }
 
+    // move the centre of this window to this position
     Move(xNew, yNew);
 }