Change: Make all dropdown lists extend width if necessary.
This removes the auto_width parameter from ShowDropDown(At).
This commit is contained in:
@@ -577,7 +577,7 @@ struct MusicTrackSelectionWindow : public Window {
|
||||
|
||||
case WID_MTS_MUSICSET: {
|
||||
int selected = 0;
|
||||
ShowDropDownList(this, BuildMusicSetDropDownList(&selected), selected, widget, 0, true, false);
|
||||
ShowDropDownList(this, BuildMusicSetDropDownList(&selected), selected, widget);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user