[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Tue Dec 6 11:47:13 UTC 2005
SVN commit 486107 by okellogg:
constrainTextPos(): Treat tr_Coll_Message and tr_State same as tr_Name.
M +2 -0 associationwidget.cpp
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/associationwidget.cpp #486106:486107
@@ -1835,6 +1835,8 @@
atSideB = true;
break;
case tr_Name:
+ case tr_Seq_Message:
+ case tr_State:
// Find the linepath segment to which the (textX,textY) is closest
// and constrain to the corridor of that segment (see farther below)
{
More information about the umbrello-devel
mailing list