xiaoxia 8 years ago
parent
commit
2c9a6ee822
  1. 2
      designer_form/src/com/fr/design/form/parameter/FormParaDesigner.java

2
designer_form/src/com/fr/design/form/parameter/FormParaDesigner.java

@ -231,7 +231,7 @@ public class FormParaDesigner extends FormDesigner implements ParameterDesignerP
ParameterPropertyPane.getInstance().getParameterToolbarPane().populateBean(
p.getParameterArray() == null ? new Parameter[0] : p.getParameterArray());
EastRegionContainerPane.getInstance().addParameterPane(ParameterPropertyPane.getInstance(this));
EastRegionContainerPane.getInstance().setParameterHeight(ParameterPropertyPane.getInstance().getPreferredSize().height);
EastRegionContainerPane.getInstance().setParameterHeight(ParameterPropertyPane.getInstance(this).getPreferredSize().height);
}

Loading…
Cancel
Save