(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 7ba02ef2b0
commit cfc45e97ab
12 changed files with 28 additions and 2 deletions

View File

@@ -1322,6 +1322,8 @@ struct ToolbarPlayerMenuWindow : Window {
this->sel_index = 0;
}
}
this->FindWindowPlacementAndResize(width, height);
}
~ToolbarPlayerMenuWindow()