Skip to content

Commit

Permalink
EllipsoidFitter: unlock image after showing message about fit failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoube committed Aug 7, 2018
1 parent e8136c9 commit 3127fac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/doube/bonej/EllipsoidFitter.java
Expand Up @@ -83,6 +83,7 @@ public void run(final String arg) {
} catch (final RuntimeException re) {
IJ.showMessage(
"Can't fit ellipsoid to points.\n" + "Add more point ROI's to the ROI Manager and try again.");
imp.unlock();
return;
}

Expand Down

0 comments on commit 3127fac

Please sign in to comment.