svn commit: r12617 - trunk/src_new/org/argouml/uml/diagram/activity/ui

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: bobtarling
Date: 2007-05-13 15:16:21-0700
New Revision: 12617

Modified:
   trunk/src_new/org/argouml/uml/diagram/activity/ui/FigPartition.java
   trunk/src_new/org/argouml/uml/diagram/activity/ui/ModePlacePackage.java

Log:
Don't override postPlacement

Modified: trunk/src_new/org/argouml/uml/diagram/activity/ui/FigPartition.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/diagram/activity/ui/FigPartition.java?view=diff&rev=12617&p1=trunk/src_new/org/argouml/uml/diagram/activity/ui/FigPartition.java&p2=trunk/src_new/org/argouml/uml/diagram/activity/ui/FigPartition.java&r1=12616&r2=12617
==============================================================================
--- trunk/src_new/org/argouml/uml/diagram/activity/ui/FigPartition.java	(original)
+++ trunk/src_new/org/argouml/uml/diagram/activity/ui/FigPartition.java	2007-05-13 15:16:21-0700
@@ -236,7 +236,7 @@
      * On post placement look to see if there are any other
      * FigPartitions. If so place to the right and resize height.
      */
-    public void postPlacement() {
+    public void appendToPool() {
 	List partitions = getPartitions(getLayer());
 	
         UMLActivityDiagram diagram = 

Modified: trunk/src_new/org/argouml/uml/diagram/activity/ui/ModePlacePackage.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/diagram/activity/ui/ModePlacePackage.java?view=diff&rev=12617&p1=trunk/src_new/org/argouml/uml/diagram/activity/ui/ModePlacePackage.java&p2=trunk/src_new/org/argouml/uml/diagram/activity/ui/ModePlacePackage.java&r1=12616&r2=12617
==============================================================================
--- trunk/src_new/org/argouml/uml/diagram/activity/ui/ModePlacePackage.java	(original)
+++ trunk/src_new/org/argouml/uml/diagram/activity/ui/ModePlacePackage.java	2007-05-13 15:16:21-0700
@@ -44,6 +44,6 @@
         
         super.mouseReleased(me);
         
-        fig.postPlacement();
+        fig.appendToPool();
     }
 }
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.