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

Dmitry Kazakov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |https://commits.kde.org/kri
                   |                            |ta/31e1f56160297e0bde0180c6
                   |                            |0a31452366a7b365

--- Comment #3 from Dmitry Kazakov <[email protected]> ---
Git commit 31e1f56160297e0bde0180c60a31452366a7b365 by Dmitry Kazakov.
Committed on 30/03/2018 at 09:11.
Pushed by dkazakov into branch 'master'.

Fix a crash in SvgTextTool when deleting hovered/selected shape

In general we shouldn't store any pointers to shapes in the tool.
If we really need it, we should subscribe to 'selectionChanged' or
'shapeChanged' signals to ensure we know when the shape got destroyed
by some unexpected (for us) entity (e.g. undo stack).

M  +13   -0    libs/global/KisHandleStyle.cpp
M  +6    -0    libs/global/KisHandleStyle.h
M  +2    -2    plugins/tools/svgtexttool/SvgTextEditor.cpp
M  +1    -1    plugins/tools/svgtexttool/SvgTextEditor.h
M  +120  -55   plugins/tools/svgtexttool/SvgTextTool.cpp
M  +7    -3    plugins/tools/svgtexttool/SvgTextTool.h

https://commits.kde.org/krita/31e1f56160297e0bde0180c60a31452366a7b365

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

Reply via email to