From 86e73b4397dd0f6bcfea54e8f0a23d1db8eea183 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Mon, 16 Apr 2012 15:45:52 +0000 Subject: [PATCH] remove AdjustForParentClientOrigin call, it does nothing in wxGTK git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/window.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gtk/window.cpp b/src/gtk/window.cpp index ac10b6fc7d..a27263a89c 100644 --- a/src/gtk/window.cpp +++ b/src/gtk/window.cpp @@ -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) || -- 2.45.2