From 60c5307182d71c7073add5a41899d0d61807fec3 Mon Sep 17 00:00:00 2001 From: truelight Date: Wed, 25 Aug 2004 18:28:57 +0000 Subject: [PATCH] (svn r141) -Fix: Company-value was not updated immediatly if legend was changed (vondel) --- graph_gui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/graph_gui.c b/graph_gui.c index 119bea8b4c..29b9165a08 100644 --- a/graph_gui.c +++ b/graph_gui.c @@ -226,6 +226,7 @@ static void GraphLegendWndProc(Window *w, WindowEvent *e) InvalidateWindow(WC_OPERATING_PROFIT, 0); InvalidateWindow(WC_DELIVERED_CARGO, 0); InvalidateWindow(WC_PERFORMANCE_HISTORY, 0); + InvalidateWindow(WC_COMPANY_VALUE, 0); } break; }