(svn r7525) -Fix (r6631): Invalidate the widget of 'many random industries' when it is raised (Maedhros)
authorDarkvater
Thu, 21 Dec 2006 11:34:50 +0000
changeset 5354 5f13377c7c78
parent 5353 331cde79a6e4
child 5355 cd06af29b842
(svn r7525) -Fix (r6631): Invalidate the widget of 'many random industries' when it is raised (Maedhros)
main_gui.c
--- a/main_gui.c	Thu Dec 21 10:41:10 2006 +0000
+++ b/main_gui.c	Thu Dec 21 11:34:50 2006 +0000
@@ -1657,6 +1657,7 @@
 		break;
 	case WE_TIMEOUT:
 		RaiseWindowWidget(w, 3);
+		InvalidateWidget(w, 3);
 		break;
 	}
 }