adamviola / textual-imageview

A simple terminal-based image viewer.
MIT License
76 stars 3 forks source link

Zoom is off with other widgets #3

Open davidbrochart opened 5 months ago

davidbrochart commented 5 months ago

Zooming is off when the image doesn't occupy the whole screen, see:

https://github.com/adamviola/textual-imageview/assets/4711805/b1fbdf58-e818-4c7b-b683-4f905b2d53b2

Probably something to do with the mouse coordinates?

eric-fb commented 4 months ago

set (offset.y, offset.x) to 0 in on_mouse_scroll_up & on_mouse_scroll_down seems fix the issue