| author | Sidharth Singh | 2012-07-13 05:19:47 (EDT) |
|---|---|---|
| committer | Manik Kishore | 2012-07-19 02:20:06 (EDT) |
| commit | ddae5cd11da29adbc0976ee6519ac530e0b6d98f (patch) (side-by-side diff) | |
| tree | 39f58d7be22e50c36992dafa2fbfa36195c9511e | |
| parent | 55fa0a3d492b4344e1c6d4023b8c9749c8cb7b78 (diff) | |
| download | org.eclipse.stardust.ui.web-ddae5cd11da29adbc0976ee6519ac530e0b6d98f.zip org.eclipse.stardust.ui.web-ddae5cd11da29adbc0976ee6519ac530e0b6d98f.tar.gz org.eclipse.stardust.ui.web-ddae5cd11da29adbc0976ee6519ac530e0b6d98f.tar.bz2 | |
Jira-ID: CRNT-25295
1)Revert the changes made to save stretch/shrink on symbol move.
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ui.web@57629 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | web-modeler/src/main/resources/META-INF/xhtml/js/m_swimlaneSymbol.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/web-modeler/src/main/resources/META-INF/xhtml/js/m_swimlaneSymbol.js b/web-modeler/src/main/resources/META-INF/xhtml/js/m_swimlaneSymbol.js index 17d99b6..2bc1c40 100644 --- a/web-modeler/src/main/resources/META-INF/xhtml/js/m_swimlaneSymbol.js +++ b/web-modeler/src/main/resources/META-INF/xhtml/js/m_swimlaneSymbol.js @@ -949,12 +949,6 @@ define( }
this.parentSymbol.recalculateBoundingBox();
this.parentSymbol.adjustGeometry();
- if ((parseInt(preAdjustmentPos.width) != parseInt(this.width))
- || (parseInt(preAdjustmentPos.heigth) != parseInt(this.heigth))) {
- var newGeometry = {"x": this.x, "y" : this.y, "oid" : this.oid, "width" : this.width , "height" :this.height};
- var command = m_command.createMoveNodeSymbolCommand(this.getPath(true), {oid : this.oid}, newGeometry, this);
- m_commandsController.submitCommand(command);
- }
};
/**
|

