We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8337e7 commit e47e630Copy full SHA for e47e630
src/the/bytecode/club/bytecodeviewer/gui/MainViewerGUI.java
@@ -1433,6 +1433,7 @@ public void actionPerformed(ActionEvent arg0) {
1433
return;
1434
}
1435
new RenameFields().start();
1436
+ workPane.refreshClass.doClick();
1437
1438
});
1439
@@ -1453,6 +1454,7 @@ public void actionPerformed(ActionEvent arg0) {
1453
1454
1455
1456
new RenameMethods().start();
1457
1458
1459
1460
@@ -1464,6 +1466,7 @@ public void actionPerformed(ActionEvent arg0) {
1464
1466
1465
1467
1468
new RenameClasses().start();
1469
1470
1471
1472
0 commit comments