From 7ba4f98ce571814d2d1ec647f4175c4ba1df0643 Mon Sep 17 00:00:00 2001 From: terkhen Date: Mon, 12 Apr 2010 17:58:09 +0000 Subject: (svn r19615) -Fix [FS#3763]: Company related graphs weren't updated correctly after changing the company colour. --- src/graph_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/graph_gui.cpp') diff --git a/src/graph_gui.cpp b/src/graph_gui.cpp index 9b43dba56..de1479461 100644 --- a/src/graph_gui.cpp +++ b/src/graph_gui.cpp @@ -528,7 +528,7 @@ public: virtual void OnInvalidateData(int data) { - this->OnTick(); + this->UpdateStatistics(true); } /** -- cgit v1.2.3-54-g00ecf