From 00ff1c6014f52220546d11205a4f74a677295167 Mon Sep 17 00:00:00 2001 From: plough Date: Fri, 25 Aug 2017 17:30:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=EF=BC=8C?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../design/present/ConditionAttributesGroupPane.java | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/designer/src/com/fr/design/present/ConditionAttributesGroupPane.java b/designer/src/com/fr/design/present/ConditionAttributesGroupPane.java index 6479653642..961c88d105 100644 --- a/designer/src/com/fr/design/present/ConditionAttributesGroupPane.java +++ b/designer/src/com/fr/design/present/ConditionAttributesGroupPane.java @@ -54,17 +54,6 @@ public class ConditionAttributesGroupPane extends UIListControlPane { } final CellSelection finalCS = (CellSelection) ePane.getSelection(); final TemplateElementCase tplEC = ePane.getEditingElementCase(); -// for (int i = 0; i < finalCS.getRowSpan(); i++) { -// for (int j = 0; j < finalCS.getColumnSpan(); j++) { -// int row = i + finalCS.getRow(); -// int column = j + finalCS.getColumn(); -// TemplateCellElement editCellElement = tplEC.getTemplateCellElement(column, row); -// // alex:不加这一句话会导致跨行跨列的格子被多次update -// if (editCellElement.getColumn() != column || editCellElement.getRow() != row) { -// continue; -// } -// } -// } ReportActionUtils.actionIterateWithCellSelection(finalCS, tplEC, new ReportActionUtils.IterAction() { public void dealWith(CellElement editCellElement) {