Revision 4b005ac...

Go back to digest for 1st September 2013

Bug Fixes in Development Tools

Ralf Habacker committed changes in [umbrello] umbrello/widgets/pinwidget.cpp:

Crash fix.

The crash is fixed by setting PinWidget as child of the related
UMLWidget, which ensures that PinWidget is deleted along with
the parent by QGraphicsScene.

Additional the PinWidget instance has to be removed from the
UMLScene widget list, which happens in PinWidget destructor.

File Changes

Modified 1 files
  • umbrello/widgets/pinwidget.cpp
1 files changed in total