Skip to content

Commit

Permalink
Merge pull request #282 from saalfeldlab/fix-shape-interpolation-thre…
Browse files Browse the repository at this point in the history
…ading

Fix threading in shape interpolation mode
  • Loading branch information
igorpisarev committed Aug 5, 2019
2 parents 23def5c + 5a85e1d commit 7978436
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public ShapeInterpolationMode(

this.doneApplyingMaskListener = (obs, oldv, newv) -> {
if (!newv)
doneApplyingMask();
InvokeOnJavaFXApplicationThread.invoke(this::doneApplyingMask);
};
}

Expand Down

0 comments on commit 7978436

Please sign in to comment.