Fix #11087: Disable base graphics/sound dropdown outside main menu

This commit is contained in:
merni-ns
2023-07-01 17:27:06 +05:30
committed by rubidium42
parent 4ae9ebf582
commit 161cc04b8a
3 changed files with 19 additions and 24 deletions

View File

@@ -577,7 +577,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;
}