(svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() from lots

of windows causing 'two stage' opening effect.
This commit is contained in:
peter1138
2008-05-23 23:02:13 +00:00
parent 95c2307595
commit 6f233b1f8f
12 changed files with 28 additions and 2 deletions

View File

@@ -769,6 +769,7 @@ static int CDECL PerfHistComp(const void* elem1, const void* elem2)
struct CompanyLeagueWindow : Window {
CompanyLeagueWindow(const WindowDesc *desc, WindowNumber window_number) : Window(desc, window_number)
{
this->FindWindowPlacementAndResize(desc);
}
virtual void OnPaint()