Bug 58737

Summary: State transition lines are drawn parallel at first but become crossed on refresh
Product: [Applications] umbrello Reporter: Stephen Torri <storri>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Example of crossed and uncrossed lines

Description Stephen Torri 2003-05-21 01:50:39 UTC
Version:           CVS (using KDE KDE 3.1.1a)
Installed from:    Gentoo Packages
Compiler:          gcc 3.2.2 
OS:          Linux

In a state diagram I have two states for example, State A and B. Now I have an state transition line drawn from A to B. This line is drawn straight between the objects as is expected. Now there is a state transition line from B 
to A to display say a return from performing a support process. Now the two state transition lines are drawn
So if these position points had numbers we would see A(1) -> B(1) and B(2) -> A(2). The order of the pair describes were the left point is the end point of the line is and the right point is the arrow point. Now as more
is added to the state diagram it was noticed that the lines crossed between A and B. So now the points
are to be B(2) -> A(1) and A(2) -> B(1).
Comment 1 Stephen Torri 2003-05-21 01:52:32 UTC
Created attachment 1618 [details]
Example of crossed and uncrossed lines

Produced with Umbrello CVS version
Comment 2 Jonathan Riddell 2004-01-19 18:46:30 UTC
This should have been fixed with other association crossing problems.