(svn r141) -Fix: Company-value was not updated immediatly if legend was changed

(vondel)
This commit is contained in:
truelight 2004-08-25 18:28:57 +00:00
parent ebbfaced67
commit 60c5307182
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}