Skip to content

Commit

Permalink
Refresh destination function name on apply
Browse files Browse the repository at this point in the history
  • Loading branch information
fmagin committed Aug 7, 2024
1 parent ddab268 commit 1862f8d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ private void applyAutoRenameResults(List<GhidraFunctionMatch> matchesToApply){
);

currentProgram.endTransaction(transactionID, true);
autoanalysisResultsModel.refresh();
}

protected JSlider getConfidenceSlider() {
Expand Down

0 comments on commit 1862f8d

Please sign in to comment.