[umbrello] [Bug 449622] fit to screen after loading file
"Oliver Kellogg" <[email protected]>
| Newsgroups | gmane.linux.umbrello.devel |
|---|---|
| Message-ID | <[email protected]/> |
https://bugs.kde.org/show_bug.cgi?id=449622 --- Comment #6 from Oliver Kellogg <[email protected]> --- Git commit 73b335b985bfa9a1f3ad5d4339d4b8a561384e68 by Oliver Kellogg. Committed on 12/02/2022 at 21:06. Pushed by okellogg into branch 'master'. umbrello/umlwidgets/associationline.cpp function loadFromXMI followup to commit d8fe02e : - 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(). M +6 -6 umbrello/umlwidgets/associationline.cpp https://invent.kde.org/sdk/umbrello/commit/73b335b985bfa9a1f3ad5d4339d4b8a561384e68 -- You are receiving this mail because: You are the assignee for the bug.