forked from mirror/OpenTTD
(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() from lots
of windows causing 'two stage' opening effect.
This commit is contained in:
@@ -318,6 +318,8 @@ struct PlayerStationsWindow : public Window, public GUIStationList
|
||||
|
||||
/* set up resort timer */
|
||||
this->resort_timer = DAY_TICKS * PERIODIC_RESORT_DAYS;
|
||||
|
||||
this->FindWindowPlacementAndResize(desc);
|
||||
}
|
||||
|
||||
virtual void OnPaint()
|
||||
|
Reference in New Issue
Block a user