(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)
authorpeter1138
Sun, 07 May 2006 16:34:16 +0000
changeset 3782 89858a50ee93
parent 3781 5c3114798b28
child 3783 17a76f40e236
(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)
rail_gui.c
--- a/rail_gui.c	Sun May 07 13:10:48 2006 +0000
+++ b/rail_gui.c	Sun May 07 16:34:16 2006 +0000
@@ -755,6 +755,7 @@
 			SetWindowDirty(w);
 			break;
 
+		case 22:
 		case 23:
 			ShowDropDownMenu(w, BuildStationClassDropdown(), _railstation.station_class, 23, 0, 1 << STAT_CLASS_WAYP);
 			break;