Don't internally reset the selection after collected fonts

This creates an inconsistency between UI and internal mode.

Fix wangqr/Aegisub#10
This commit is contained in:
wangqr 2019-09-03 11:58:20 -04:00 committed by Thomas Goyne
parent 9ed381f498
commit b3f0cb8953
1 changed files with 1 additions and 2 deletions

View File

@ -415,8 +415,7 @@ void DialogFontsCollector::OnCollectionComplete(wxThreadEvent &) {
if (path.Decode("?script") == "?script")
collection_mode->Enable(2, false);
wxCommandEvent evt;
OnRadio(evt);
UpdateControls();
}
}