mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-23 06:29:11 +00:00
(svn r13419) -Fix [FS#2063]: Entries in the bridge list were not sorted when the window was just opened.
This commit is contained in:
@@ -119,6 +119,7 @@ public:
|
|||||||
{
|
{
|
||||||
this->bridges->SetListing(this->last_sorting);
|
this->bridges->SetListing(this->last_sorting);
|
||||||
this->bridges->SetSortFuncs(this->sorter_funcs);
|
this->bridges->SetSortFuncs(this->sorter_funcs);
|
||||||
|
this->bridges->NeedResort();
|
||||||
this->SortBridgeList();
|
this->SortBridgeList();
|
||||||
|
|
||||||
/* Change the data, or the caption of the gui. Set it to road or rail, accordingly */
|
/* Change the data, or the caption of the gui. Set it to road or rail, accordingly */
|
||||||
|
Reference in New Issue
Block a user