mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-19 05:30:04 +00:00
(svn r7525) -Fix (r6631): Invalidate the widget of 'many random industries' when it is raised (Maedhros)
This commit is contained in:
parent
d3abf3da65
commit
701a197ca9
@ -1657,6 +1657,7 @@ static void ScenEditIndustryWndProc(Window *w, WindowEvent *e)
|
|||||||
break;
|
break;
|
||||||
case WE_TIMEOUT:
|
case WE_TIMEOUT:
|
||||||
RaiseWindowWidget(w, 3);
|
RaiseWindowWidget(w, 3);
|
||||||
|
InvalidateWidget(w, 3);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user