Changeset - r9374:8d0aeb419aba
[Not reviewed]
master
0 1 0
peter1138 - 16 years ago 2008-05-26 21:40:52
peter1138@openttd.org
(svn r13278) -Fix: Missing call to FindWindowPlacementAndResize() for drop down lists
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/widgets/dropdown.cpp
Show inline comments
 
@@ -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()
0 comments (0 inline, 0 general)