Skip to content
Commit 9a4e1289 authored by Oliver Kellogg's avatar Oliver Kellogg
Browse files

umbrello/umlwidgets/umlwidget.cpp fix for crash on removing association:

- In function adjustAssocs, if both dx and dy are near 0 then do not
  enter loop over associationwidget list for calling widgetMoved() on
  each assocwidget.
  Reason: Doing so eventually leads to call of calculateEndingPoints()
  on the very associationwidget currently being removed, resulting in
  crash.
parent d6bf2bcd
Pipeline #121585 passed with stage
in 26 minutes and 50 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment