ASM panel is empty after switching caching mode: fixed (selected methodbody was not cleared, but the text was cleared => no refresh)

This commit is contained in:
Honfika
2013-11-25 21:56:29 +01:00
parent abfc07ca59
commit ae3b124b37
5 changed files with 11 additions and 5 deletions

View File

@@ -3097,7 +3097,7 @@ public final class MainFrame extends AppRibbonFrame implements ActionListener, T
break;
}
}
abcPanel.detailPanel.methodTraitPanel.methodCodePanel.setCode("");
abcPanel.detailPanel.methodTraitPanel.methodCodePanel.clear();
abcPanel.navigator.setABC(abcList, scriptLeaf.abc);
abcPanel.navigator.setClassIndex(classIndex, scriptLeaf.scriptIndex);
abcPanel.setAbc(scriptLeaf.abc);