Changeset - r3782:81a6ceeb42ec
[Not reviewed]
master
0 1 0
peter1138 - 18 years ago 2006-05-07 16:34:16
peter1138@openttd.org
(svn r4775) - Newstations: allow clicking on any part of the station class dropdown to bring up the list, instead of just the button (thanks tron)
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rail_gui.c
Show inline comments
 
@@ -755,6 +755,7 @@ static void StationBuildWndProc(Window *
 
			SetWindowDirty(w);
 
			break;
 

	
 
		case 22:
 
		case 23:
 
			ShowDropDownMenu(w, BuildStationClassDropdown(), _railstation.station_class, 23, 0, 1 << STAT_CLASS_WAYP);
 
			break;
0 comments (0 inline, 0 general)