Fix main pane of departure boards window not being mouse-wheel scrollable.

This commit is contained in:
Jonathan G Rennison
2016-10-12 20:41:17 +01:00
parent 0fbd6741a8
commit d226495d3b

View File

@@ -47,7 +47,7 @@ static const NWidgetPart _nested_departures_list[] = {
EndContainer(),
NWidget(NWID_HORIZONTAL),
NWidget(WWT_MATRIX, COLOUR_GREY, WID_DB_LIST), SetMinimalSize(0, 0), SetFill(1, 0), SetResize(1, 1),
NWidget(WWT_MATRIX, COLOUR_GREY, WID_DB_LIST), SetMinimalSize(0, 0), SetFill(1, 0), SetResize(1, 1), SetScrollbar(WID_DB_SCROLLBAR),
NWidget(NWID_VSCROLLBAR, COLOUR_GREY, WID_DB_SCROLLBAR),
EndContainer(),