https://bugs.kde.org/show_bug.cgi?id=413157
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/kde/ | |krita/commit/33bc57f3855623 | |ab4575bb4f0bb2c7ddc00875d3 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #6 from Dmitry Kazakov <[email protected]> --- Git commit 33bc57f3855623ab4575bb4f0bb2c7ddc00875d3 by Dmitry Kazakov. Committed on 06/11/2019 at 15:55. Pushed by dkazakov into branch 'master'. Fix slowdown in Warp Transform Tool Looks like before the signal compressor fix the it worked fast purely accidentally. Tablet device generated a lot of events, so we shouldn't request warp transform recalculation for every one of it. Instead, some event compression should happen. M +12 -5 plugins/tools/tool_transform2/kis_warp_transform_strategy.cpp M +3 -0 plugins/tools/tool_transform2/kis_warp_transform_strategy.h https://invent.kde.org/kde/krita/commit/33bc57f3855623ab4575bb4f0bb2c7ddc00875d3 -- You are receiving this mail because: You are watching all bug changes.
