mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-26 16:09:10 +00:00
(svn r26420) -Fix (r25623) [FS#5948]: Goal GUI failed to shade.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user