From 817783516683bd768895ec80f6154c29193ac658 Mon Sep 17 00:00:00 2001 From: "yaoh.wu" Date: Mon, 18 Dec 2017 10:51:40 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-6096=20TAB=E9=A1=B5=E4=B8=AD=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=9C=A8=E5=A4=8D=E5=88=B6=E7=B2=98=E8=B4=B4=E5=90=8E?= =?UTF-8?q?=E4=BC=9A=E4=BD=8D=E7=A7=BB=20tab=E5=B5=8C=E5=A5=97=E7=9A=84?= =?UTF-8?q?=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/com/fr/design/mainframe/FormSelectionUtils.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/designer_form/src/com/fr/design/mainframe/FormSelectionUtils.java b/designer_form/src/com/fr/design/mainframe/FormSelectionUtils.java index 22d6d9ac5d..93adb8904a 100644 --- a/designer_form/src/com/fr/design/mainframe/FormSelectionUtils.java +++ b/designer_form/src/com/fr/design/mainframe/FormSelectionUtils.java @@ -142,6 +142,13 @@ public class FormSelectionUtils { } } } + Component[] components = copiedCreator.getComponents(); + for (Component component : components) { + try { + resetTabSub2RealSize((XCreator) component); + } catch (ClassCastException ignored) { + } + } } /**