Skip to content

Commit

Permalink
small correction to avoid delteing user rois
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Nov 22, 2024
1 parent a04e182 commit 5829764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 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 @@ -277,6 +277,8 @@ public void mouseReleased(MouseEvent e) {
annotatePoints(e);
} else if (Toolbar.getToolName().equals("freeline")) {
annotateBrush(e);
} else {
return;
}
if (!isCollectingPoints) activeImage.deleteRoi();
}
Expand Down

0 comments on commit 5829764

Please sign in to comment.