https://bugs.kde.org/show_bug.cgi?id=415773
Tymond <tamtamy.tym...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|tamtamy.tym...@gmail.com |krita-bugs-n...@kde.org Status|ASSIGNED |CONFIRMED --- Comment #10 from Tymond <tamtamy.tym...@gmail.com> --- Git bisect points to this commit: tymon@yoga ~/devsec/krita ((no branch, bisect started on 5c6213e04c)) $ git bisect bad 34f3a4a815b3e489eeb4397045738eb2aa74e2d8 is the first bad commit commit 34f3a4a815b3e489eeb4397045738eb2aa74e2d8 Author: Dmitry Kazakov <dimul...@gmail.com> Date: Tue Oct 8 21:13:10 2019 +0300 Refactor signal compressor to have better timing properties * before: emits signals with time range [1.0...2.0] * interval * after: emits signals with time range [0.5...1.5] * interval Bascially, now it handles it much better when interval is around 10-20 ms. With the old version it caused KisCanvas2 to drop frames and look ugly when the user pans the canvas. CCBUG:409460 # Conflicts: # libs/global/tests/CMakeLists.txt :040000 040000 6fc3790e429be8218d33ac96d7774b373ebf03a2 d4ec7f7d30cb7e34ac05bfb91e612a02d1207503 M libs -- You are receiving this mail because: You are watching all bug changes.