Hi Philippe,

The ImageJ 1.54i15 daily build fixes a bug with zooming in/out using 
shift+scroll wheel
and removes the option to zoom in/out using ctrl+scroll wheel, allowing this 
option to be used to set hyperstack slice positions. 

-wayne

> On Feb 15, 2024, at 4:27 PM, CARL Philippe (LBP) <[email protected]> 
> wrote:
> 
> Dear all (probably Wayne),
> Would it please be possible to modify the line 174 from the 
> ij.gui.StackWindow.java file from:
>            if ((ctrl||IJ.shiftKeyDown()) && ic!=null) {
> to
>            if (IJ.shiftKeyDown() && ic!=null) {
> ?
> By doing so, in the case of an hyperstack:
>    - the channels can be modified with          the mouseWheel
>    - the slices   can be modified with Ctrl and the mouseWheel
>    - the frames   can be modified with Alt and  the mouseWheel
> I thank you very much in advance for considering such an update or 
> explanations why such an update couldn't be possible.
> My best regards,
> Philippe

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html

Reply via email to