Changeset - r21327:e996efc4b558
[Not reviewed]
master
0 1 0
frosch - 10 years ago 2014-03-23 12:49:22
frosch@openttd.org
(svn r26420) -Fix (r25623) [FS#5948]: Goal GUI failed to shade.
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/goal_gui.cpp
Show inline comments
 
@@ -273,6 +273,8 @@ struct GoalListWindow : public Window {
 
	{
 
		this->DrawWidgets();
 

	
 
		if (this->IsShaded()) return; // Don't draw anything when the window is shaded.
 

	
 
		/* Calculate progress column width. */
 
		uint max_width = 0;
 
		Goal *s;
0 comments (0 inline, 0 general)