]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/toplevel.cpp
[this message is for the previous commit as well]
[wxWidgets.git] / src / x11 / toplevel.cpp
index d3a09042d0f0dde28b7cc5477063fef308ecf30a..d191faf6f16906a62ef4727ba4910bc604ba8bbd 100644 (file)
@@ -606,9 +606,10 @@ void wxTopLevelWindowX11::DoSetSize(int x, int y, int width, int height, int siz
     // wxLogDebug( "Setting pos: %d, %d", x, y );
     wxWindowX11::DoSetSize(x, y, width, height, sizeFlags);
 
     // wxLogDebug( "Setting pos: %d, %d", x, y );
     wxWindowX11::DoSetSize(x, y, width, height, sizeFlags);
 
+#if 0
     wxPoint pt = GetPosition();
     // wxLogDebug( "After, pos: %d, %d", pt.x, pt.y );
     wxPoint pt = GetPosition();
     // wxLogDebug( "After, pos: %d, %d", pt.x, pt.y );
-#if 0
+
     XSync(wxGlobalDisplay(), False);
     int w, h;
     GetSize(& w, & h);
     XSync(wxGlobalDisplay(), False);
     int w, h;
     GetSize(& w, & h);