Changeset - r25985:9340eacb9c72
[Not reviewed]
master
0 1 0
Tyler Trahan - 3 years ago 2021-09-23 19:07:54
tyler@tylertrahan.com
Fix: Changing raw industry funding method redraws GUI (#9572)
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/industry_gui.cpp
Show inline comments
 
@@ -769,6 +769,7 @@ public:
 
		const IndustrySpec *indsp = (this->selected_type == INVALID_INDUSTRYTYPE) ? nullptr : GetIndustrySpec(this->selected_type);
 
		if (indsp == nullptr) this->enabled[this->selected_index] = _settings_game.difficulty.industry_density != ID_FUND_ONLY;
 
		this->SetButtons();
 
		this->SetDirty();
 
	}
 
};
 

	
0 comments (0 inline, 0 general)