1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-02 09:15:56 +00:00

Update IngestSearchRunner.java

Make it so the search status bar disapears when it is cancelled
This commit is contained in:
Mark McKinnon
2019-08-29 15:28:44 -04:00
parent 80ff04b90c
commit 13df8bf57c

View File

@@ -483,6 +483,7 @@ final class IngestSearchRunner {
if (progressGroup != null) {
progressGroup.setDisplayName(displayName + " " + NbBundle.getMessage(this.getClass(), "SearchRunner.doInBackGround.cancelMsg"));
}
progressGroup.finish();
return IngestSearchRunner.Searcher.this.cancel(true);
}
}, null);