Browse Source

REPORT-34222 报表设计器给容器插件开个复制粘贴的接口 改下参数

final/10.0
hades 4 years ago
parent
commit
d425ae62b7
  1. 2
      designer-form/src/main/java/com/fr/design/designer/beans/models/SelectionModel.java

2
designer-form/src/main/java/com/fr/design/designer/beans/models/SelectionModel.java

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

Loading…
Cancel
Save