From e12003b1a5a06be36efaf6a43265421ba0202fd6 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;