Changeset - r17372:5735d885db8e
[Not reviewed]
master
0 1 0
frosch - 13 years ago 2011-02-22 20:28:24
frosch@openttd.org
(svn r22128) -Fix [FS#4530]: Build-station-window showed wrong selection when reopening. (Regiovogel)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/rail_gui.cpp
Show inline comments
 
@@ -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);
 
		}
 
	}
 

	
0 comments (0 inline, 0 general)