File diff r13553:fe51d1a866c1 → r13554:d1964ead02ee
src/widgets/dropdown.cpp
Show inline comments
 
@@ -83,13 +83,13 @@ static const NWidgetPart _nested_dropdow
 
};
 

	
 
const WindowDesc _dropdown_desc(
 
	0, 0, 0, 0, 0, 0, // x/y position not used.
 
	WC_DROPDOWN_MENU, WC_NONE,
 
	WDF_DEF_WIDGET,
 
	NULL, _nested_dropdown_menu_widgets, lengthof(_nested_dropdown_menu_widgets)
 
	_nested_dropdown_menu_widgets, lengthof(_nested_dropdown_menu_widgets)
 
);
 

	
 
/** Drop-down menu window */
 
struct DropdownWindow : Window {
 
	WindowClass parent_wnd_class; ///< Parent window class.
 
	WindowNumber parent_wnd_num;  ///< Parent window number.