mirror of https://github.com/odrling/Aegisub
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:
parent
9ed381f498
commit
b3f0cb8953
|
@ -415,8 +415,7 @@ void DialogFontsCollector::OnCollectionComplete(wxThreadEvent &) {
|
|||
if (path.Decode("?script") == "?script")
|
||||
collection_mode->Enable(2, false);
|
||||
|
||||
wxCommandEvent evt;
|
||||
OnRadio(evt);
|
||||
UpdateControls();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue