diff options
author | peter1138 <peter1138@openttd.org> | 2006-05-07 16:34:16 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-05-07 16:34:16 +0000 |
commit | e12003b1a5a06be36efaf6a43265421ba0202fd6 (patch) | |
tree | d939e331b8191da6430e4077d422430e648751b2 | |
parent | add861333d505ed93748b8daabfb6e3bf2e1e5e0 (diff) | |
download | openttd-e12003b1a5a06be36efaf6a43265421ba0202fd6.tar.xz |
(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)
-rw-r--r-- | rail_gui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rail_gui.c b/rail_gui.c index 9496900e8..26d556be0 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; |