mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 12:25:09 +00:00
AS3 - fixed not refreshing class list after rename identifiers
This commit is contained in:
@@ -1531,6 +1531,7 @@ public class MainFrame extends JFrame implements ActionListener, TreeSelectionLi
|
||||
new SwingWorker() {
|
||||
@Override
|
||||
protected Object doInBackground() throws Exception {
|
||||
try{
|
||||
int cnt = 0;
|
||||
|
||||
if (abcPanel != null) {
|
||||
@@ -1548,6 +1549,9 @@ public class MainFrame extends JFrame implements ActionListener, TreeSelectionLi
|
||||
}
|
||||
doFilter();
|
||||
reload(true);
|
||||
}catch(Exception ex){
|
||||
Logger.getLogger(MainFrame.class.getName()).log(Level.SEVERE, "message", ex);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}.execute();
|
||||
|
||||
Reference in New Issue
Block a user