(svn r19615) -Fix [FS#3763]: Company related graphs weren't updated correctly after changing the company colour.

This commit is contained in:
terkhen
2010-04-12 17:58:09 +00:00
parent 258b128a56
commit 542d5657fa
2 changed files with 8 additions and 1 deletions

View File

@@ -528,7 +528,7 @@ public:
virtual void OnInvalidateData(int data)
{
this->OnTick();
this->UpdateStatistics(true);
}
/**