svn commit: r18278 - branches/BRANCH_0_30_x: . src/argouml-app src/argouml-app/src/org/argouml/uml/diagram/use_case/ui src/argouml-app/tests/org/argouml/profile

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: linus
Date: 2010-04-17 09:20:50-0700
New Revision: 18278

Modified:
   branches/BRANCH_0_30_x/   (props changed)
   branches/BRANCH_0_30_x/src/argouml-app/   (props changed)
   branches/BRANCH_0_30_x/src/argouml-app/src/org/argouml/uml/diagram/use_case/ui/FigActor.java
   branches/BRANCH_0_30_x/src/argouml-app/tests/org/argouml/profile/   (props changed)

Log:
Merging rev 18242 from trunk for issue 3820.

Modified: branches/BRANCH_0_30_x/src/argouml-app/src/org/argouml/uml/diagram/use_case/ui/FigActor.java
Url: http://argouml.tigris.org/source/browse/argouml/branches/BRANCH_0_30_x/src/argouml-app/src/org/argouml/uml/diagram/use_case/ui/FigActor.java?view=diff&pathrev=18278&r1=18277&r2=18278
==============================================================================
--- branches/BRANCH_0_30_x/src/argouml-app/src/org/argouml/uml/diagram/use_case/ui/FigActor.java	(original)
+++ branches/BRANCH_0_30_x/src/argouml-app/src/org/argouml/uml/diagram/use_case/ui/FigActor.java	2010-04-17 09:20:50-0700
@@ -287,10 +287,14 @@
                           ((FigLine) getFigAt(LEFT_LEG_POSN)).getY2()));
         ret.add(new Point(((FigLine) getFigAt(RIGHT_LEG_POSN)).getX2(),
                           ((FigLine) getFigAt(RIGHT_LEG_POSN)).getY2()));
+        ret.add(new Point(((FigLine) getFigAt(RIGHT_LEG_POSN)).getX2(),
+                          ((FigLine) getFigAt(RIGHT_LEG_POSN)).getY2() + getNameFig().getHeight()));
         ret.add(new Point(((FigLine) getFigAt(ARMS_POSN)).getX1(),
                           ((FigLine) getFigAt(ARMS_POSN)).getY1()));
         ret.add(new Point(((FigLine) getFigAt(ARMS_POSN)).getX2(),
                           ((FigLine) getFigAt(ARMS_POSN)).getY2()));
+        ret.add(new Point(((FigLine) getFigAt(LEFT_LEG_POSN)).getX2(),
+                          ((FigLine) getFigAt(LEFT_LEG_POSN)).getY2() + getNameFig().getHeight()));
         return ret;
     }

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2586851

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.