(svn r17051) -Codechange: make the graph legend window use nested widgets

This commit is contained in:
rubidium
2009-08-03 14:44:08 +00:00
parent d1bc38a619
commit 8589fb27a0
2 changed files with 30 additions and 42 deletions

View File

@@ -61,6 +61,7 @@ Company::~Company()
if (CleaningPool()) return;
DeleteCompanyWindows(this->index);
InvalidateWindowData(WC_GRAPH_LEGEND, 0, this->index);
}
/**