From e9718deb3f5c123c69e0067150505f7ae2927839 Mon Sep 17 00:00:00 2001 From: "yaoh.wu" Date: Fri, 1 Sep 2017 16:23:40 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-4310=20=E8=A1=A8=E5=8D=95body=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E8=83=8C=E6=99=AF=E6=97=B6=E6=89=93=E4=B8=8D=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../design/widget/ui/designer/layout/FRFitLayoutDefinePane.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designer_form/src/com/fr/design/widget/ui/designer/layout/FRFitLayoutDefinePane.java b/designer_form/src/com/fr/design/widget/ui/designer/layout/FRFitLayoutDefinePane.java index 05b3d38cd5..66aac88648 100644 --- a/designer_form/src/com/fr/design/widget/ui/designer/layout/FRFitLayoutDefinePane.java +++ b/designer_form/src/com/fr/design/widget/ui/designer/layout/FRFitLayoutDefinePane.java @@ -116,7 +116,7 @@ public class FRFitLayoutDefinePane extends AbstractDataModify { layoutComboBox.setSelectedIndex(ob.getBodyLayoutType().getTypeValue()); adaptComboBox.setSelectedIndex(ob.getCompState()); componentIntervel.setValue(ob.getCompInterval()); - background.setValue(ob.getBackground()); + background.setValue(ob.getBorderStyle()); }