Changeset - r140:c2c043a1dd66
[Not reviewed]
master
0 1 0
truelight - 20 years ago 2004-08-25 18:28:57
truelight@openttd.org
(svn r141) -Fix: Company-value was not updated immediatly if legend was changed
(vondel)
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
graph_gui.c
Show inline comments
 
@@ -226,6 +226,7 @@ static void GraphLegendWndProc(Window *w
 
			InvalidateWindow(WC_OPERATING_PROFIT, 0);
 
			InvalidateWindow(WC_DELIVERED_CARGO, 0);
 
			InvalidateWindow(WC_PERFORMANCE_HISTORY, 0);
 
			InvalidateWindow(WC_COMPANY_VALUE, 0);
 
		}
 
		break;
 
	}
0 comments (0 inline, 0 general)