|
|
@ -102,8 +102,10 @@ public class ElementEditorDefinePane extends WTitleLayoutDefinePane<ElementCaseE |
|
|
|
paddingBoundPane.update(elementCaseEditor); |
|
|
|
paddingBoundPane.update(elementCaseEditor); |
|
|
|
} |
|
|
|
} |
|
|
|
elementCaseEditor.setToolBars((FormToolBarManager[]) elementCaseToolBarEditor.getValue()); |
|
|
|
elementCaseEditor.setToolBars((FormToolBarManager[]) elementCaseToolBarEditor.getValue()); |
|
|
|
ReportFitAttr fitAttr = pcFitExpandablePane.update(); |
|
|
|
if (DesignerUIModeConfig.getInstance().newUIMode()) { |
|
|
|
elementCaseEditor.setReportFitAttr(fitAttr); |
|
|
|
ReportFitAttr fitAttr = pcFitExpandablePane.update(); |
|
|
|
|
|
|
|
elementCaseEditor.setReportFitAttr(fitAttr); |
|
|
|
|
|
|
|
} |
|
|
|
return elementCaseEditor; |
|
|
|
return elementCaseEditor; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|