mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-31 10:29:10 +00:00
(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)
|
||||
{
|
||||
this->FindWindowPlacementAndResize(width, height);
|
||||
}
|
||||
|
||||
~DropdownWindow()
|
||||
|
Reference in New Issue
Block a user