(svn r1602) -Fix: [1107514] When resizing a window, make sure the correct window receives the click
authortron
Sun, 23 Jan 2005 08:34:39 +0000
changeset 1101 9bfdab0f7fa5
parent 1100 e1f9c3ba4acd
child 1102 316643e34104
(svn r1602) -Fix: [1107514] When resizing a window, make sure the correct window receives the click
window.c
--- a/window.c	Sat Jan 22 23:57:03 2005 +0000
+++ b/window.c	Sun Jan 23 08:34:39 2005 +0000
@@ -59,7 +59,7 @@
 		}
 
 		if (w->desc_flags & WDF_RESIZABLE && wi->type == WWT_RESIZEBOX)
-			StartWindowSizing(w);
+			w = StartWindowSizing(w);
 
 		if (w->desc_flags & WDF_STICKY_BUTTON && wi->type == WWT_STICKYBOX) {
 			TOGGLEBIT(w->click_state, e.click.widget);