From f791ce188fef01026e7db8225b6609390cdd468b Mon Sep 17 00:00:00 2001 From: hades Date: Thu, 17 Oct 2019 11:08:31 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-22795=20=E3=80=901004=E5=9B=9E=E5=BD=92?= =?UTF-8?q?=E3=80=91=E8=AE=BE=E8=AE=A1=E9=9D=A2=E6=9D=BF-=E6=8E=A7?= =?UTF-8?q?=E4=BB=B6=E8=AE=BE=E7=BD=AE-=E6=96=87=E6=9C=AC=E6=8E=A7?= =?UTF-8?q?=E4=BB=B6=E5=9F=BA=E6=9C=AC=E8=AE=BE=E7=BD=AE=20&&=20REPORT-211?= =?UTF-8?q?52=20=E8=8B=B1=E6=96=87=E3=80=81=E9=9F=A9=E6=96=87=E8=AE=BE?= =?UTF-8?q?=E8=AE=A1=E5=99=A8cell->other=E8=B7=B3=E8=BD=AC=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/fr/design/gui/frpane/RegPane.java | 2 +- .../java/com/fr/design/actions/cell/CellAttributeAction.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/designer-base/src/main/java/com/fr/design/gui/frpane/RegPane.java b/designer-base/src/main/java/com/fr/design/gui/frpane/RegPane.java index 2df45f892..f84d0f5fd 100644 --- a/designer-base/src/main/java/com/fr/design/gui/frpane/RegPane.java +++ b/designer-base/src/main/java/com/fr/design/gui/frpane/RegPane.java @@ -111,8 +111,8 @@ public class RegPane extends BasicPane { cardPane.setPreferredSize(new Dimension(0,0 )); detailedCardLayout.show(cardPane, "Default"); } - fireRegChangeAction(); } + fireRegChangeAction(); } }); } diff --git a/designer-realize/src/main/java/com/fr/design/actions/cell/CellAttributeAction.java b/designer-realize/src/main/java/com/fr/design/actions/cell/CellAttributeAction.java index 4e4cdb0cc..e9d5501a4 100644 --- a/designer-realize/src/main/java/com/fr/design/actions/cell/CellAttributeAction.java +++ b/designer-realize/src/main/java/com/fr/design/actions/cell/CellAttributeAction.java @@ -17,7 +17,7 @@ public class CellAttributeAction extends CellAttributeTableAction { @Override protected String getID() { - return com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Basic_Datasource_Other_Attributes"); + return com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_Datasource_Other_Attributes"); } } \ No newline at end of file