(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 bca41d3132f1
parent 3781 d93f51a199fd
child 3783 0199c4b70cc2
(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;