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).
Created attachment 1618 [details] Example of crossed and uncrossed lines Produced with Umbrello CVS version
This should have been fixed with other association crossing problems.