| author | Sidharth Singh | 2012-08-28 01:52:53 (EDT) |
|---|---|---|
| committer | Stephan Born | 2012-08-28 01:52:53 (EDT) |
| commit | c02b9ce3c062b2c7fe57a010326a2ae17cdea40e (patch) (side-by-side diff) | |
| tree | cfbac48f971a744e313aa57f755930989bf6b495 | |
| parent | 95ae30884b5aa84199d1f9f712e9540cfcb903af (diff) | |
| download | org.eclipse.stardust.ui.web-c02b9ce3c062b2c7fe57a010326a2ae17cdea40e.zip org.eclipse.stardust.ui.web-c02b9ce3c062b2c7fe57a010326a2ae17cdea40e.tar.gz org.eclipse.stardust.ui.web-c02b9ce3c062b2c7fe57a010326a2ae17cdea40e.tar.bz2 | |
CRNT-25577
1)Removed the current connection from this.diagram.currentSelection array.
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ui.web@58716 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | web-modeler/src/main/resources/META-INF/xhtml/js/m_connection.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web-modeler/src/main/resources/META-INF/xhtml/js/m_connection.js b/web-modeler/src/main/resources/META-INF/xhtml/js/m_connection.js index b2505cc..90af535 100644 --- a/web-modeler/src/main/resources/META-INF/xhtml/js/m_connection.js +++ b/web-modeler/src/main/resources/META-INF/xhtml/js/m_connection.js @@ -1235,7 +1235,8 @@ define( this.path.remove();
this.removeFlyOutMenu();
this.removeProximitySensor();
-
+ m_utils.removeItemFromArray(
+ this.diagram.currentSelection, this);
m_utils.removeItemFromArray(
this.diagram.connections, this);
// Remove this connection from FROM and TO Symbol's
|

