Skip to content

Commit e47e630

Browse files
author
im-frizzy
committed
Auto-Refresh classes after renaming
1 parent c8337e7 commit e47e630

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/the/bytecode/club/bytecodeviewer/gui/MainViewerGUI.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,6 +1433,7 @@ public void actionPerformed(ActionEvent arg0) {
14331433
return;
14341434
}
14351435
new RenameFields().start();
1436+
workPane.refreshClass.doClick();
14361437
}
14371438
});
14381439

@@ -1453,6 +1454,7 @@ public void actionPerformed(ActionEvent arg0) {
14531454
return;
14541455
}
14551456
new RenameMethods().start();
1457+
workPane.refreshClass.doClick();
14561458
}
14571459
});
14581460

@@ -1464,6 +1466,7 @@ public void actionPerformed(ActionEvent arg0) {
14641466
return;
14651467
}
14661468
new RenameClasses().start();
1469+
workPane.refreshClass.doClick();
14671470
}
14681471
});
14691472

0 commit comments

Comments
 (0)