Changeset - r1101:7324eeb50523
[Not reviewed]
master
0 1 0
tron - 20 years ago 2005-01-23 08:34:39
tron@openttd.org
(svn r1602) -Fix: [1107514] When resizing a window, make sure the correct window receives the click
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
window.c
Show inline comments
 
@@ -59,7 +59,7 @@ void DispatchLeftClickEvent(Window *w, i
 
		}
 

	
 
		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);
0 comments (0 inline, 0 general)