Skip to content

Commit

Permalink
keep improving
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Nov 22, 2024
1 parent b6d6838 commit d234d93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/ai/nets/samj/ij/ui/Consumer.java
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ public void windowClosed(WindowEvent e) {
roiManager.close();
this.selectedModel.closeProcess();
this.selectedModel = null;
this.activeImage = null;
this.activeCanvas = null;
this.activeWindow = null;
this.deactivateListeners();
}

Expand Down

0 comments on commit d234d93

Please sign in to comment.