author | peter1138 |
Mon, 26 May 2008 21:40:52 +0000 | |
changeset 10728 | 01b05f87517f |
parent 10727 | 90bd6932d6ff |
child 10729 | d2adc1c2e5c0 |
--- 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()