Skip to content

Commit

Permalink
remove deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
biovoxxel committed Apr 16, 2024
1 parent c941b76 commit de9b208
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ private void setupImage() {
final MutableModuleItem<Integer> stackSlice = getInfo().getMutableInput("stackSlice", Integer.class);

stackSlice.setValue(this, inputImagePlus.getSlice());
if(inputImagePlus.isStack()) {
if(inputImagePlus.hasImageStack()) {

stackSlice.setMaximumValue(inputImagePlus.getStackSize());

Expand Down

0 comments on commit de9b208

Please # to comment.