| 694 | } |
| 695 | |
| 696 | static CallBackFunction ToolbarLeagueClick(Window *w) |
| 697 | { |
| 698 | DropDownList list; |
| 699 | |
| 700 | AddDropDownLeagueTableOptions(list); |
| 701 | |
| 702 | int selected = list[0]->result; |
| 703 | ShowDropDownList(w, std::move(list), selected, WID_TN_LEAGUE, 140, GetToolbarDropDownOptions()); |
| 704 | return CBF_NONE; |
| 705 | } |
| 706 | |
| 707 | /** |
| 708 | * Handle click on the entry in the Graphs or CompanyLeague. |
nothing calls this directly
no test coverage detected