https://bugs.kde.org/show_bug.cgi?id=369349
--- Comment #25 from RN <rafanav...@hotmail.com> --- I wanted to add that the reason why 'stabilizerSampleSize' is not 16 or 1, but 50 by default on Windows, is because of a bended lines bug that has some history: - https://bugs.kde.org/show_bug.cgi?id=362445#c14 - https://github.com/KDE/krita/commit/23cbbf8b73cdd6c24a82ab70c8269df2b69a4ef7#diff-b7c6e6f074d19368dfa17f44b831f5c4R1662 But this value of 50 results in a visual feeling of around 20 FPS, so it's like a tradeoff? I understand now what the delayed paint helper does, it takes that 20 FPS sampling and tries to display it smoother. If you don't have the bended lines problem, use a lower interval (set a lower 'stabilizerSampleSize' value in your kritarc like explained before, which is the interval in milliseconds between stabiliser updates). -- You are receiving this mail because: You are watching all bug changes.