image::viewer::Viewer
zoom in/out with mouse scrolling doesn't work
#2713
Labels
bug
Something isn't working
Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
iced::widget::image::viewer::Viewer
provides the functionality to zoom in/out by scrolling up/down. However it has stopped working from the latest ofmaster
branch.Here is the reproduction:
Run this program with passing an image file path to the first command line argument. Then try to zoom in/out the image in the window by scrolling up/down. Nothing happens. After that, resizing window reflects the zoom in/out.
This example works fine with iced v0.13.1 (9bfbd7c), however it doesn't work on the latest master branch (f2c9b6b).
What is the expected behavior?
Scrolling up/down on
Viewer
widget makes the image zoom in/out same as v0.13.1.Version
master
Operating System
macOS
Do you have any log output?
No response
The text was updated successfully, but these errors were encountered: