Skip to content
Commit 73b335b9 authored by Oliver Kellogg's avatar Oliver Kellogg
Browse files

umbrello/umlwidgets/associationline.cpp function loadFromXMI followup to commit d8fe02e4 :

- On assigning to nX from attribute "endx" add umlScene->fixX().
- On assigning to nY from attribute "endy" add umlScene->fixY().
- In loop reading <point> subelements,
  - in call to point.setX() add umlScene->fixX();
  - in call to point.setY() add umlScene->fixY().

CCBUG: 449622
parent 92232257
Pipeline #136593 passed with stage
in 17 minutes and 13 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