(svn r26420) -Fix (r25623) [FS#5948]: Goal GUI failed to shade.

This commit is contained in:
frosch 2014-03-23 12:49:22 +00:00
parent 3352dc7e62
commit 73a2245528
1 changed files with 2 additions and 0 deletions

View File

@ -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;