(svn r13419) -Fix [FS#2063]: Entries in the bridge list were not sorted when the window was just opened.

This commit is contained in:
rubidium 2008-06-08 19:18:01 +00:00
parent e43d050730
commit 2f59734909
1 changed files with 1 additions and 0 deletions

View File

@ -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 */