Put subtitle language back into content from the film (#1930).
[dcpomatic.git] / src / wx / language_tag_dialog.cc
index 96e7c528390b170a09a760cdad322249e4dbe554..c72c64b313c07f0465553d297a5ac0973fe0d816 100644 (file)
@@ -125,6 +125,7 @@ LanguageTagDialog::set (dcp::LanguageTag tag)
        }
 
        _list->SetItemState (selection, wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED);
+       _list->EnsureVisible (selection);
 }