Skip to content
  • Dmitry Kazakov's avatar
    Fix a crash in SvgTextTool when deleting hovered/selected shape · 31e1f561
    Dmitry Kazakov authored
    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).
    
    BUG:392128
    31e1f561