mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
Merge pull request #3526 from APriestman/3579_progressBars
Dispose of progress bar dialog when complete
This commit is contained in:
commit
82b824e4ce
@ -227,6 +227,7 @@ public final class ModalDialogProgressIndicator implements ProgressIndicator {
|
|||||||
public synchronized void finish() {
|
public synchronized void finish() {
|
||||||
SwingUtilities.invokeLater(() -> {
|
SwingUtilities.invokeLater(() -> {
|
||||||
this.dialog.setVisible(false);
|
this.dialog.setVisible(false);
|
||||||
|
this.dialog.dispose();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user