Browse Source

控件剪切、复制按钮fix

release/11.0
renekton 3 months ago
parent
commit
3ffa64c109
  1. 4
      designer-form/src/main/java/com/fr/design/form/parameter/FormParaDesigner.java

4
designer-form/src/main/java/com/fr/design/form/parameter/FormParaDesigner.java

@ -344,6 +344,10 @@ public class FormParaDesigner extends FormDesigner implements ParameterDesignerP
return designerActions.toArray(new UpdateAction[designerActions.size()]); return designerActions.toArray(new UpdateAction[designerActions.size()]);
} }
/**
* 主面板区域控件按钮action组
* @return
*/
public UpdateAction[] getBasicMainActions() { public UpdateAction[] getBasicMainActions() {
if (basicMainPaneActions == null) { if (basicMainPaneActions == null) {
basicMainPaneActions = new UpdateAction[]{new CutAction(this), new CopyAction(this), new PasteAction(this), basicMainPaneActions = new UpdateAction[]{new CutAction(this), new CopyAction(this), new PasteAction(this),

Loading…
Cancel
Save