#448 Go to document class is not working: fixed

This commit is contained in:
Honfika
2013-12-25 23:22:18 +01:00
parent 796af3f207
commit eebcbb3dc0
7 changed files with 13 additions and 7 deletions

View File

@@ -295,7 +295,7 @@ public class ABCPanel extends JPanel implements ItemListener, ActionListener, Fr
public void switchAbc(int index) {
listIndex = index;
classTree.setDoABCTags(list, swf);
classTree.setSwf(swf);
if (index != -1) {
this.abc = list.get(index).getABC();