Skip to content

Commit

Permalink
TODO decide the logic for the roi manager
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Mar 18, 2024
1 parent 1a78dcd commit b10ab26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/ai/nets/samj/ij/ui/IJ1PromptsProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ public void notifyException(SAMJException type, Exception ex) {
*
*/
public void switchToThisNet(final SAMModel promptsToNetAdapter) {
// TODO decide what to do with roi manager
if (!this.roiManager.isVisible()) this.roiManager.setVisible(true);
this.promptsToNet = promptsToNetAdapter;
this.registerListeners();
}
Expand Down

0 comments on commit b10ab26

Please sign in to comment.