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

This commit is contained in:
peter1138 2006-05-07 16:34:16 +00:00
parent add861333d
commit e12003b1a5
1 changed files with 1 additions and 0 deletions

View File

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