Merge branch 'master' into jgrpp

This commit is contained in:
Jonathan G Rennison
2023-09-17 13:09:27 +01:00
10 changed files with 213 additions and 88 deletions

View File

@@ -585,7 +585,7 @@ struct MusicTrackSelectionWindow : public Window {
case WID_MTS_MUSICSET: {
int selected = 0;
ShowDropDownList(this, BuildMusicSetDropDownList(&selected), selected, widget);
ShowDropDownList(this, BuildSetDropDownList<BaseMusic>(&selected), selected, widget);
break;
}