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

Dmitry Kazakov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/grap
                   |                            |hics/krita/commit/dce24a288
                   |                            |7ed398204a20e79772829ad6acf
                   |                            |4cf2
         Resolution|---                         |FIXED
      Latest Commit|https://invent.kde.org/grap |
                   |hics/krita/commit/dce24a288 |
                   |7ed398204a20e79772829ad6acf |
                   |4cf2                        |
             Status|RESOLVED                    |REPORTED
         Resolution|FIXED                       |---

--- Comment #3 from Dmitry Kazakov <[email protected]> ---
Git commit dce24a2887ed398204a20e79772829ad6acf4cf2 by Dmitry Kazakov.
Committed on 05/06/2020 at 07:56.
Pushed by dkazakov into branch 'krita/4.3'.

Fix freeze when changing shape's marker

KoMarker::maxInset() should not multiply the inset by the line
width, because it has already been multiplied in
KoMarker::boundingRect().

M  +0    -4    libs/flake/KoMarker.cpp

https://invent.kde.org/graphics/krita/commit/dce24a2887ed398204a20e79772829ad6acf4cf2

--- Comment #4 from Dmitry Kazakov <[email protected]> ---
Git commit adc30236e4fe15e14c98358330eecac1af600b0f by Dmitry Kazakov.
Committed on 05/06/2020 at 07:56.
Pushed by dkazakov into branch 'krita/4.3'.

Don't update too much area around path shapes

outlineSweepWidth is 'width' of the line, not an inset. Therefore, we
should grow the bounding box by half of it, not by the full value.

M  +2    -1    libs/flake/KoPathShape.cpp

https://invent.kde.org/graphics/krita/commit/adc30236e4fe15e14c98358330eecac1af600b0f

--- Comment #5 from Dmitry Kazakov <[email protected]> ---
Git commit 8c93348a311df72b8bb2381c0d98723768b07527 by Dmitry Kazakov.
Committed on 05/06/2020 at 07:56.
Pushed by dkazakov into branch 'krita/4.3'.

Notify KoShapeManager's r-tree about changing the shape's bounds

Otherwise, the tree will skip updating the area under the marker
until the shape is changed in a proper way.

M  +3    -0    libs/flake/KoPathShape.cpp

https://invent.kde.org/graphics/krita/commit/8c93348a311df72b8bb2381c0d98723768b07527

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

Reply via email to