Skip to content
Snippets Groups Projects
Commit 88d055d7 authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

adapts previous change to daughter class

refs 2564
parent a414a1a0
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ import org.fortiss.tooling.base.model.layout.Point;
* @author eder
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating GREEN Hash: 4CF67B863B099F0D632CAD74E9C80C90
* @ConQAT.Rating YELLOW Hash: ED903BCC8291A1163C8815A378EEC783
*/
public class AllocationConnectionDragContext extends ConnectionDragContext {
......@@ -38,7 +38,7 @@ public class AllocationConnectionDragContext extends ConnectionDragContext {
Point sourcePosition, EObject target, EObject targetParent, Point targetPosition,
boolean isSourceFreeConnector, boolean isTargetFreeConnector, boolean isValidSource,
boolean isTargetRoot, EObject allocationRoot) {
super(source, sourceParent, sourcePosition, target, targetParent, targetPosition,
super(source, sourceParent, sourcePosition, target, targetParent, targetPosition, false,
isSourceFreeConnector, isTargetFreeConnector, isValidSource, isTargetRoot);
this.allocationRoot = allocationRoot;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment