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

pull/155/head
peter1138 16 years ago
parent 290b3bd3cc
commit 855336a1e6

@ -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()

Loading…
Cancel
Save