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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
frosch 10 years ago
parent 3352dc7e62
commit 73a2245528

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

Loading…
Cancel
Save