# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1080805198 0 # Node ID 2b9b88c273bccf353dfed92341d6e5e5bb2c4d3d # Parent 8f80ed604a89146bf26f24515d1e5bf242d1c976 Well this is an ugly fix but it will have to do for the moment. diff -r 8f80ed604a89 -r 2b9b88c273bc os2/dw.c --- a/os2/dw.c Thu Apr 01 07:25:38 2004 +0000 +++ b/os2/dw.c Thu Apr 01 07:39:58 2004 +0000 @@ -2821,6 +2821,7 @@ WinSetWindowPos(handle2, NULLHANDLE, 0, 0, x, newy, SWP_MOVE | SWP_SIZE); _do_resize(tmp, x - 1, newy - 1); + _do_resize(tmp, x - 1, newy - 1); dw_window_set_data(hwnd, "_dw_start", (void *)newy); }