Issue #173 Method body update after global rename

This commit is contained in:
Jindra Petk
2013-07-05 18:59:22 +02:00
parent 0ef0160ee4
commit 4c07495a2e
2 changed files with 7 additions and 3 deletions

View File

@@ -439,6 +439,7 @@ public class ABCPanel extends JPanel implements ItemListener, ActionListener {
switchAbc(listIndex);
decompiledTextArea.clearScriptCache();
decompiledTextArea.reloadClass();
detailPanel.methodTraitPanel.methodCodePanel.setBodyIndex(-1, abc);
}
@Override