Skip to content

Commit

Permalink
reload parent of updated class node upon stat reload completion (fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Apr 10, 2023
1 parent f64276e commit 0f85045
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ protected ClassSelectorClassNode doInBackground() {
@Override
public void done() {
((DefaultTreeCellRenderer) selector.getCellRenderer()).setIcon(GuiUtil.getDeobfuscationIcon(ClassSelectorClassNode.this.getStats()));
selector.reload(ClassSelectorClassNode.this);
selector.reload(ClassSelectorClassNode.this.getParent());
}
};

Expand Down

0 comments on commit 0f85045

Please sign in to comment.