Browse Source

REPORT-2897 9.0设计器修改

控件设置网页框
master
MoMeak 7 years ago
parent
commit
5cdf4a3788
  1. 1
      designer/src/com/fr/design/actions/insert/flot/ChartFloatAction.java
  2. 2
      designer/src/com/fr/design/mainframe/cell/settingpane/CellExpandAttrPane.java

1
designer/src/com/fr/design/actions/insert/flot/ChartFloatAction.java

@ -96,7 +96,6 @@ public class ChartFloatAction extends ElementCaseAction {
}
reportPane.getEditingElementCase().addFloatElement(newFloatElement);
reportPane.setSelection(new FloatSelection(newFloatElement.getName()));
reportPane.fireTargetModified();
reportPane.fireSelectionChangeListener();
} catch (CloneNotSupportedException e) {
FRLogger.getLogger().error("Error in Float");

2
designer/src/com/fr/design/mainframe/cell/settingpane/CellExpandAttrPane.java

@ -199,7 +199,7 @@ public class CellExpandAttrPane extends AbstractCellAttrPane {
// extendable
if (ComparatorUtils.equals(getGlobalName(), Inter.getLocText("FR-Designer_ExpandD-Expandable"))) {
if (ComparatorUtils.equals(getGlobalName(), Inter.getLocText("FR-Designer_ExpandD_Expandable"))) {
if (horizontalExpandableCheckBox.isSelected()) {
if (verticalExpandableCheckBox.isSelected()) {
cellExpandAttr.setExtendable(CellExpandAttr.Both_EXTENDABLE);

Loading…
Cancel
Save