From a5394567ae77486e55ed6e19f60c4e4dc1faabda Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sun, 7 May 2006 16:34:16 +0000 Subject: [PATCH] (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 | 1 + 1 file changed, 1 insertion(+) diff --git a/rail_gui.c b/rail_gui.c index 9496900e83..26d556be09 100644 --- a/rail_gui.c +++ b/rail_gui.c @@ -755,6 +755,7 @@ static void StationBuildWndProc(Window *w, WindowEvent *e) SetWindowDirty(w); break; + case 22: case 23: ShowDropDownMenu(w, BuildStationClassDropdown(), _railstation.station_class, 23, 0, 1 << STAT_CLASS_WAYP); break;