File diff r13023:9f6499c8d4fb → r13024:48c81d0b078a
src/industry_gui.cpp
Show inline comments
 
@@ -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
 
	}
 

	
 
	/**