From 652c9cb6635cc5f72a32077fdcd4e0f4bcc859e0 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 13 Mar 2011 21:34:21 +0000 Subject: (svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope. --- 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 6354366b0..3c1047b43 100644 --- a/src/graph_gui.cpp +++ b/src/graph_gui.cpp @@ -1272,8 +1272,8 @@ public: */ virtual void OnInvalidateData(int data = 0, bool gui_scope = true) { - if (!gui_scope) return; if (data == 0) { + /* This needs to be done in command-scope to enforce rebuilding before resorting invalid data */ this->companies.ForceRebuild(); } else { this->companies.ForceResort(); -- cgit v1.2.3-54-g00ecf