svn commit: r15322 - trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/SelectionClass.java
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw
Date: 2008-07-21 00:28:20-0700
New Revision: 15322
Modified:
trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/SelectionClass.java
Log:
Issue 1853: Fix showing the right icons (only).
Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/SelectionClass.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/SelectionClass.java?view=diff&rev=15322&p1=trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/SelectionClass.java&p2=trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/SelectionClass.java&r1=15321&r2=15322
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/SelectionClass.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/SelectionClass.java 2008-07-21 00:28:20-0700
@@ -1,5 +1,5 @@
// $Id$
-// Copyright (c) 1996-2007 The Regents of the University of California. All
+// Copyright (c) 1996-2008 The Regents of the University of California. All
// Rights Reserved. Permission to use, copy, modify, and distribute this
// software and its documentation without fee, and without a written
// agreement is hereby granted, provided that the above copyright notice
@@ -101,7 +101,7 @@
workingIcons[BOTTOM - BASE] = null;
}
if (useComposite) {
- workingIcons[RIGHT - BASE] = compos;
+ workingIcons[LEFT - BASE] = compos;
workingIcons[RIGHT - BASE] = compos;
}
return workingIcons;