https://bugs.kde.org/show_bug.cgi?id=392128
Boudewijn Rempt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri |ta/31e1f56160297e0bde0180c6 |ta/9e00c163b354110f4bb94df0 |0a31452366a7b365 |1079f04c27d99c71 --- Comment #4 from Boudewijn Rempt <[email protected]> --- Git commit 9e00c163b354110f4bb94df01079f04c27d99c71 by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 03/04/2018 at 11:20. Pushed by rempt into branch 'krita/4.0'. 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). (cherry picked from commit 31e1f56160297e0bde0180c60a31452366a7b365) 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/9e00c163b354110f4bb94df01079f04c27d99c71 -- You are receiving this mail because: You are watching all bug changes.
