-
Notifications
You must be signed in to change notification settings - Fork 328
Open
Labels
Description
Description
Previously, I always use CTRL + Mouse Wheel to quickly zoom in and out of images in Pinta.
But right now after compiling latest from source with pinta-git package on Arch Linux AUR, zoom out behavior is inconsistent, either:
- It zooms out the image just fine
- It scrolls across the entire image height (Y-axis) first before zooming out
To Reproduce
- Open Pinta
- Paste any image that have quite decent height (I just took screenshot of Pinta's README.md, 1455x996 image)
- Zoom in anywhere on the image using CTRL + Scroll Wheel Up
- Release CTRL
- Vertically scroll the image (up/down) a bit using the scroll wheel (avoid scrolling to the vertical edges)
- Zoom out using CTRL + Scroll Wheel Down
- The Problem: Pinta tries to vertically scroll down the image before attempting to zoom out
Additional Info
Here's a video showing the issue (Vertically scrolling the image before zooming out):
2025-10-18.21-38-30.mp4
Here's a video showing the usual behavior (I didn't vertically scroll the image this time):
2025-10-18.21-39-23.mp4
Tried to recompile from source again just in case of a bad compilation, still same issue.
Version
OS: Arch Linux 6.17.1-zen, KDE Plasma 6.4.5 (X11)
Pinta: 3.1
PedroSeber