https://bugs.kde.org/show_bug.cgi?id=476300

Dmitry Kazakov <dimul...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dimul...@gmail.com

--- Comment #2 from Dmitry Kazakov <dimul...@gmail.com> ---
Okay, the problem happens due to a really complicated reason. The point is that
the canvas updates are compressed twice: first by Krita itself (in KisCanvas2),
and then by Qt (in QPaintEvent). And the problem happens when the brush outline
gets updated while Qt-level compression happens. Which means that the update
comes with the old clip rect, but the outline is already updated to the new
one. 

I wonder how we could fix or workaround that...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to