Changeset - r5272:fca3467e873f
[Not reviewed]
master
0 1 0
Darkvater - 18 years ago 2006-12-07 12:57:53
darkvater@openttd.org
(svn r7414) -Fix: Immediately invalidate the resize widget when clicked, instead of when started to drag
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
window.c
Show inline comments
 
@@ -132,6 +132,7 @@ static void DispatchLeftClickEvent(Windo
 

	
 
		if (w->desc_flags & WDF_RESIZABLE && wi->type == WWT_RESIZEBOX) {
 
			StartWindowSizing(w);
 
			InvalidateWidget(w, e.we.click.widget);
 
			return;
 
		}
 

	
0 comments (0 inline, 0 general)