Bug 324208 - [Commands][Reconnect Request] link moves even if source location and target location don't change
Summary: [Commands][Reconnect Request] link moves even if source location and target l...
Status: NEW
Alias: None
Product: GMF-Runtime
Classification: Modeling
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-01 10:48 EDT by Vincent Lorenzo CLA
Modified: 2010-09-01 10:48 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Lorenzo CLA 2010-09-01 10:48:48 EDT
I'm writing actions using ReconnectRequest. To do that, I build a CompoundCommand composed by a command to move the source location and a command to move the target location.
I noticed that if (oldSourceLocation==newSourceLocation and oldTargetLocation==newTargetLocation) when I zoom on my diagram, I can see the link moves, whereas it shouldn't!