From 2f59734909c9852cd2ca8ff1b529a6d37d9e8eca Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 8 Jun 2008 19:18:01 +0000 Subject: [PATCH] (svn r13419) -Fix [FS#2063]: Entries in the bridge list were not sorted when the window was just opened. --- src/bridge_gui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bridge_gui.cpp b/src/bridge_gui.cpp index a5f7a13361..e50e7aeb9e 100644 --- a/src/bridge_gui.cpp +++ b/src/bridge_gui.cpp @@ -119,6 +119,7 @@ public: { this->bridges->SetListing(this->last_sorting); this->bridges->SetSortFuncs(this->sorter_funcs); + this->bridges->NeedResort(); this->SortBridgeList(); /* Change the data, or the caption of the gui. Set it to road or rail, accordingly */