(svn r22128) -Fix [FS#4530]: Build-station-window showed wrong selection when reopening. (Regiovogel)

This commit is contained in:
frosch 2011-02-22 20:28:24 +00:00
parent 4860eff98c
commit ee111ce1a4
1 changed files with 1 additions and 1 deletions

View File

@ -1004,7 +1004,7 @@ public:
NWidgetMatrix *matrix = this->GetWidget<NWidgetMatrix>(BRSW_MATRIX);
matrix->SetScrollbar(this->vscroll2);
matrix->SetCount(_railstation.station_count);
matrix->SetClicked(0);
matrix->SetClicked(_railstation.station_type);
}
}