From cfc45e97ab94c6d96f32b3397201c003b61ccd75 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 23 May 2008 23:02:13 +0000 Subject: (svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() from lots of windows causing 'two stage' opening effect. --- src/station_gui.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/station_gui.cpp') diff --git a/src/station_gui.cpp b/src/station_gui.cpp index ba2abc5ee..4086f9ad8 100644 --- a/src/station_gui.cpp +++ b/src/station_gui.cpp @@ -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() -- cgit v1.2.3-54-g00ecf