easymodo / qimgv

Image viewer. Fast, easy to use. Optional video support.
GNU General Public License v3.0
2.35k stars 167 forks source link

Ctrl+wheel up works but wheel up does not work #477

Open HubKing opened 1 year ago

HubKing commented 1 year ago

By default, wheel worked for image scrolling. I wanted to use wheel for zooming. In the settings, I removed existing wheel shortcuts and set wheel up/down for zooming, but they did not work. I tried ctrl + wheel up/down, and those worked. Is this a bug?

I am using Wayland Gnome 44.1. I installed qimgv-qt6-kde-git v1.0.3.alpha.r85.g22a8f2e-1 on AUR. On close inspection... it has "alpha" in the name. The other package is just 1.0.2, but that package seems to be using QT5 and this 1.0.3 seems to be using QT6, and QT5 does not support fractional scaling on Gnome, so I needed QT6 version.

image

Also, when I changed the shortcut and clicked [OK] qimgv crashed multiple times.


PS: I uninstalled it and installed qimgv-light 1.0.2 which also seems to be using QT6, but the problem was the same.

orazdow commented 1 year ago

Same for me, wheel up / down on it's own doesn't do anything. I'm on x11 Mint.

orazdow commented 1 year ago

I tried both 1.0.3 and 1,0,2 from the ppa. I could try testing and contributing.I guess imageviewerv2.cpp is the most relevant?