|
|
@ -262,7 +262,7 @@ public class SelectionModel { |
|
|
|
Rectangle rec = selection.getSelctionBounds(); |
|
|
|
Rectangle rec = selection.getSelctionBounds(); |
|
|
|
FormSelectionUtils.paste2Container(designer, container, clipboard, rec.x + DELTA_X_Y, rec.y + DELTA_X_Y); |
|
|
|
FormSelectionUtils.paste2Container(designer, container, clipboard, rec.x + DELTA_X_Y, rec.y + DELTA_X_Y); |
|
|
|
} else if (isExtraContainer(container)) { |
|
|
|
} else if (isExtraContainer(container)) { |
|
|
|
provider.paste2Container(selection); |
|
|
|
provider.paste2Container(clipboard); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|