(svn r14329) -Fix (r14306): selections in the group GUI weren't shown anymore.

This commit is contained in:
rubidium
2008-09-15 10:02:39 +00:00
parent 6be25eabb3
commit 1ce4e5721b
3 changed files with 6 additions and 5 deletions

View File

@@ -440,7 +440,7 @@ public:
this->DrawSortButtonState(GRP_WIDGET_SORT_BY_ORDER, this->vehicles.IsDescSortOrder() ? SBS_DOWN : SBS_UP);
this->DrawVehicleListItems(x);
this->DrawVehicleListItems(x, this->vehicle_sel);
}
virtual void OnClick(Point pt, int widget)