https://bugs.kde.org/show_bug.cgi?id=369349
--- Comment #36 from alvinhoc...@gmail.com --- Git commit 3c1fefcaeca543a7d53c39a8126385ecb67a1809 by Alvin Wong. Committed on 10/07/2017 at 09:01. Pushed by alvinwong into branch 'krita/3.2'. Improve framerate of stabilizer This change aims to improve the framerate of the stabilizer visual feedback. - Perform delayed paint during `KisToolFreehandHelper::paint` (pointer event) and use a timer for backup. - Removed the `stabilizerDelayedPaintInterval` config option. - Added the `stabilizerDelayedPaint` config option for disabling the delayed painting, Maniphest Tasks: T6440 Differential Revision: https://phabricator.kde.org/D6534 M +5 -5 libs/ui/kis_config.cc M +2 -2 libs/ui/kis_config.h M +34 -22 libs/ui/tool/KisStabilizerDelayedPaintHelper.cpp M +4 -2 libs/ui/tool/KisStabilizerDelayedPaintHelper.h M +8 -4 libs/ui/tool/kis_tool_freehand_helper.cpp https://commits.kde.org/krita/3c1fefcaeca543a7d53c39a8126385ecb67a1809 -- You are receiving this mail because: You are watching all bug changes.