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
d65643ddee
commit
60a722db31
1 changed files with 1 additions and 2 deletions
|
@ -419,8 +419,7 @@ void DialogFontsCollector::OnCollectionComplete(wxThreadEvent &) {
|
||||||
if (path.Decode("?script") == "?script")
|
if (path.Decode("?script") == "?script")
|
||||||
collection_mode->Enable(2, false);
|
collection_mode->Enable(2, false);
|
||||||
|
|
||||||
wxCommandEvent evt;
|
UpdateControls();
|
||||||
OnRadio(evt);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue