Skip to content

Commit

Permalink
Make sure that the original channel position is correctly reset
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed May 5, 2015
1 parent f3a20d6 commit 819a947
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public void show(String message) {
setDisplayRange(min, max);
}
reset();
setPositionWithoutUpdate(channel, getSlice(), getFrame());
setPosition(channel, getSlice(), getFrame());
}
}

Expand Down

0 comments on commit 819a947

Please sign in to comment.