changeset 540:2b9b88c273bc

Well this is an ugly fix but it will have to do for the moment.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 01 Apr 2004 07:39:58 +0000
parents 8f80ed604a89
children f65fc3a049ff
files os2/dw.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);
 	}