Skip to content

Commit

Permalink
Fixed bug where ROI Manager remained invisible after running the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ppouchin committed Mar 24, 2022
1 parent 117cd50 commit 445ce9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>fr.igred</groupId>
<artifactId>omero_batch-plugin</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>

<name>omero_batch-plugin</name>
<description>ImageJ plugin to batch process images from OMERO.</description>
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/fr/igred/ij/macro/OMEROBatchRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,8 @@ public void run() {
setProgress("An unexpected error occurred.");
}
if (listener != null) listener.onThreadFinished();
rm.setVisible(true);
rm.close();
}
}

Expand Down

0 comments on commit 445ce9e

Please sign in to comment.