https://bugs.kde.org/show_bug.cgi?id=432075
Antonio Prcela <antonio.prc...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/gwenview/commit/dcf34b | |852e58d0ba1a32d2d94889d7392 | |e731918 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #6 from Antonio Prcela <antonio.prc...@gmail.com> --- Git commit dcf34b852e58d0ba1a32d2d94889d7392e731918 by Antonio Prcela. Committed on 27/01/2021 at 17:49. Pushed by ngraham into branch 'master'. Fix zoom with F or middle mouse click caused by the introduction of the spinbox in 2cdaca95 With the introduction of the spin box, the F button / middle mouse click don't work properly anymore. Problem caused because the spinbox did an emitZoomChanged even tho the zoom was changed by something else than the spinbox. In the case from the bug report it is 'Fit to window'. Spin box emits now only after it had focus - either by mouse scroll change or manually typing a value into it. M +3 -1 lib/zoomwidget.cpp https://invent.kde.org/graphics/gwenview/commit/dcf34b852e58d0ba1a32d2d94889d7392e731918 -- You are receiving this mail because: You are watching all bug changes.