Fixed: #1636 Exception after search - traitslist with not properly set abc, other ui exception

This commit is contained in:
Jindra Petřík
2021-03-02 18:07:34 +01:00
parent f0b64e79fc
commit d64ff4fb3d
3 changed files with 7 additions and 1 deletions

View File

@@ -1359,6 +1359,7 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<Scr
searchPanel.setOptions(ignoreCase, regExp);
searchPanel.setSearchText(searchedText);
ScriptPack pack = result.getScriptPack();
setAbc(pack.abc);
Runnable setScriptComplete = new Runnable() {
@Override