From dbeb35bd5ec90e07cde5bf5277126d925b294d19 Mon Sep 17 00:00:00 2001 From: gephilipp <> Date: Wed, 10 Oct 2007 19:34:24 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/osxdisplay/osxGraphicsWindow.mm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/panda/src/osxdisplay/osxGraphicsWindow.mm b/panda/src/osxdisplay/osxGraphicsWindow.mm index 193f691110..3d5538eb7f 100644 --- a/panda/src/osxdisplay/osxGraphicsWindow.mm +++ b/panda/src/osxdisplay/osxGraphicsWindow.mm @@ -1628,11 +1628,13 @@ bool osxGraphicsWindow::do_reshape_request(int x_origin, int y_origin, bool has_ // For now, ignore the origin, since we seem to be getting a bogus // origin of (0, 0). - /* + // + // We need this to be here so that changing window size places the + // window in the correct position. + if (has_origin) { MoveWindow(_osx_window, x_origin, y_origin, false); } - */ if (!_properties.get_undecorated()) {