author | peter1138 |
Mon, 26 May 2008 21:40:52 +0000 | |
changeset 9374 | 4e9c2b65768e |
parent 9373 | 05d1da601ff7 |
child 9375 | bed4e8a213d9 |
--- a/src/widgets/dropdown.cpp Mon May 26 21:38:17 2008 +0000 +++ b/src/widgets/dropdown.cpp Mon May 26 21:40:52 2008 +0000 @@ -74,6 +74,7 @@ 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()