https://bugs.kde.org/show_bug.cgi?id=514871
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/-/commit/280ca96 |hics/krita/-/commit/386e16b |6f0eaf4a43adfa24d1224f0d834 |734abc83835f88b8d1e472a19ad |754ea7 |2652ec --- Comment #5 from Dmitry Kazakov <[email protected]> --- Git commit 386e16b734abc83835f88b8d1e472a19ad2652ec by Dmitry Kazakov. Committed on 03/03/2026 at 14:28. Pushed by dkazakov into branch 'krita/6.0'. 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. (cherry picked from commit 280ca966f0eaf4a43adfa24d1224f0d834754ea7) 6a065d7f Fix zoom being too fast when zoomed in 9edd2afd Use better implementation for the scaling calculations Co-authored-by: Agata Cacko <[email protected]> M +12 -3 libs/flake/KoToolProxy.cpp https://invent.kde.org/graphics/krita/-/commit/386e16b734abc83835f88b8d1e472a19ad2652ec -- You are receiving this mail because: You are watching all bug changes.
