(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
This commit is contained in:
@@ -806,7 +806,7 @@ protected:
|
||||
|
||||
if (!this->industries.Sort()) return;
|
||||
IndustryDirectoryWindow::last_industry = NULL; // Reset name sorter sort cache
|
||||
this->InvalidateWidget(IDW_INDUSTRY_LIST); // Set the modified widget dirty
|
||||
this->SetWidgetDirty(IDW_INDUSTRY_LIST); // Set the modified widget dirty
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user