maweigert / spimagine

GPU accelerated volume rendering / processing in Python
BSD 3-Clause "New" or "Revised" License
117 stars 17 forks source link

mouse wheel controls both slice position and zoom in the slice widget #19

Closed tlambert03 closed 7 years ago

tlambert03 commented 7 years ago

would be great to have finer-tuned control over the exact roi being shown in the slice widget.

maweigert commented 7 years ago

Thanks. Somehow the wheelevent was still captured by the slider, which it should not. Fixed in develop now.