# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1080805337 0 # Node ID f65fc3a049ff457279532bc2bb48348fa1ef570c # Parent 2b9b88c273bccf353dfed92341d6e5e5bb2c4d3d Move the fix, but it is just as ugly as before. ;) diff -r 2b9b88c273bc -r f65fc3a049ff os2/dw.c --- a/os2/dw.c Thu Apr 01 07:39:58 2004 +0000 +++ b/os2/dw.c Thu Apr 01 07:42:17 2004 +0000 @@ -2821,7 +2821,6 @@ 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); } @@ -2940,6 +2939,7 @@ *percent = 100.0 - (((float)start / (float)(height - SPLITBAR_WIDTH)) * 100.0); } _handle_splitbar_resize(hwnd, *percent, type, width, height); + _handle_splitbar_resize(hwnd, *percent, type, width, height); } } }