From 1ce4e5721bb14c476dc16b76ffb0a8b168c24722 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 15 Sep 2008 10:02:39 +0000 Subject: (svn r14329) -Fix (r14306): selections in the group GUI weren't shown anymore. --- src/group_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/group_gui.cpp') diff --git a/src/group_gui.cpp b/src/group_gui.cpp index dc47fca25..9c09bce6b 100644 --- a/src/group_gui.cpp +++ b/src/group_gui.cpp @@ -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) -- cgit v1.2.3-54-g00ecf