(svn r13278) -Fix: Missing call to FindWindowPlacementAndResize() for drop down lists
This commit is contained in:
@@ -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)
|
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()
|
~DropdownWindow()
|
||||||
|
Reference in New Issue
Block a user