(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)

pull/155/head
peter1138 18 years ago
parent 6cac8ed674
commit a5394567ae

@ -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;

Loading…
Cancel
Save