(svn r13278) -Fix: Missing call to FindWindowPlacementAndResize() for drop down lists

This commit is contained in:
peter1138 2008-05-26 21:40:52 +00:00
parent 495ca8fdb9
commit 88f2ef652e
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ struct DropdownWindow : Window {
DropdownWindow(int x, int y, int width, int height, const Widget *widget) : Window(x, y, width, height, WC_DROPDOWN_MENU, widget)
{
this->FindWindowPlacementAndResize(width, height);
}
~DropdownWindow()