1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-27 00:19:09 +00:00

(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:
2006-05-07 16:34:16 +00:00
parent add861333d
commit e12003b1a5

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;