From 598141a4873f8e469055c093b0d6e6f362a4408e Mon Sep 17 00:00:00 2001 From: kerry Date: Fri, 13 Oct 2017 16:16:50 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-4717=20[9.0=E5=86=85=E6=B5=8B]=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=9D=E5=AF=B9=E5=B8=83=E5=B1=80=E5=86=B3?= =?UTF-8?q?=E7=AD=96=E6=8A=A5=E8=A1=A8body=E6=A0=B7=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=88=97=E8=A1=A8=E4=BC=9A=E5=87=BA=E7=8E=B0?= =?UTF-8?q?=E4=B8=A4=E4=B8=AAbody=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/fr/design/mainframe/widget/ui/FormWidgetCardPane.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designer_form/src/com/fr/design/mainframe/widget/ui/FormWidgetCardPane.java b/designer_form/src/com/fr/design/mainframe/widget/ui/FormWidgetCardPane.java index 636701f02..8f6e075c4 100644 --- a/designer_form/src/com/fr/design/mainframe/widget/ui/FormWidgetCardPane.java +++ b/designer_form/src/com/fr/design/mainframe/widget/ui/FormWidgetCardPane.java @@ -141,6 +141,7 @@ public class FormWidgetCardPane extends AbstractAttrNoScrollPane { updateCreator(); } updateWidgetBound(); + firePropertyEdit(); } }; @@ -239,7 +240,6 @@ public class FormWidgetCardPane extends AbstractAttrNoScrollPane { public void fireValueChanged() { XCreator creator = getXCreatorDedicated(); creator.firePropertyChange(); - firePropertyEdit(); } public String getIconPath() {