mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +00:00
The aspect ratio combo box was not set to the track's value when a track was selected.
This commit is contained in:
parent
0b02af818d
commit
e192071923
@ -512,6 +512,7 @@ void tab_input::on_track_selected(wxCommandEvent &evt) {
|
||||
tc_tags->SetValue(*t->tags);
|
||||
cb_default->SetValue(t->default_track);
|
||||
cb_aac_is_sbr->SetValue(t->aac_is_sbr);
|
||||
cob_aspect_ratio->SetValue(*t->aspect_ratio);
|
||||
selected_track = new_sel;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user