]> git.saurik.com Git - wxWidgets.git/commitdiff
remove AdjustForParentClientOrigin call, it does nothing in wxGTK
authorPaul Cornett <paulcor@bullseye.com>
Mon, 16 Apr 2012 15:45:52 +0000 (15:45 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Mon, 16 Apr 2012 15:45:52 +0000 (15:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/window.cpp

index ac10b6fc7dbd3eb182cc072f78dbe06e9250d55d..a27263a89c2ffe8702a9900f27ab510972634318 100644 (file)
@@ -2605,7 +2605,6 @@ void wxWindowGTK::DoSetSize( int x, int y, int width, int height, int sizeFlags
         if (y == -1)
             y = currentY;
     }
-    AdjustForParentClientOrigin(x, y, sizeFlags);
 
     // calculate the best size if we should auto size the window
     if ( ((sizeFlags & wxSIZE_AUTO_WIDTH) && width == -1) ||