[Uml-devel] [Bug 310125] UML diagram role labels have wrong location
Ralf Habacker
ralf.habacker at gmail.com
Fri Nov 16 16:54:57 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=310125
Ralf Habacker <ralf.habacker at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
--- Comment #3 from Ralf Habacker <ralf.habacker at gmail.com> ---
(In reply to comment #0)
> If you take a look at my project fle, specifically the Audio diagram, the
> UML role labels seem to have the wrong location. If I try and correct them
> by dragging them back, they snap somewhere else.
The problem is that labels are wrapped to a hard coded scene size (3000x3000 in
class FloatingTextWidget), which the related labels exceeds. In this case the
label position part exceeding this limit (x or y or both) is reset to zero.
>Regardless, when I save and open the project up again, everything is a mess again.
Your diagram size is about 5000x5000 scene units, which results into rewrapping
labels exceeding 3000/3000 on every load.
A fix will be to set the limit from the recent scene size.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list