1
0
Fork 0

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
parent d65643ddee
commit 60a722db31
1 changed files with 1 additions and 2 deletions

View File

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