https://bugs.kde.org/show_bug.cgi?id=514871
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/280ca96 | |6f0eaf4a43adfa24d1224f0d834 | |754ea7 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #4 from Dmitry Kazakov <[email protected]> --- Git commit 280ca966f0eaf4a43adfa24d1224f0d834754ea7 by Dmitry Kazakov, on behalf of Agata Cacko. Committed on 03/03/2026 at 14:28. Pushed by dkazakov into branch 'master'. Fix zoom being too fast when zoomed in Before this commit, it wasn't possible to create a rectangle with a good control over what's going on when you were very zoomed in (enough to see pixels) on a big canvas (like 2000 x 2000, zoom > 4000). The speed of canvas running off was too quick to make a controlled action. This commit scales the speed of the movement by the zoom, so the speed of the canvas is the same visually when zoomed in or zoomed out. Commit made and tested by Agata Cacko <[email protected]> but the code was written by Dmitry Kazakov. M +12 -3 libs/flake/KoToolProxy.cpp https://invent.kde.org/graphics/krita/-/commit/280ca966f0eaf4a43adfa24d1224f0d834754ea7 -- You are receiving this mail because: You are watching all bug changes.
