|
|
|
@ -7,6 +7,7 @@ import com.fr.design.gui.controlpane.NameableCreator;
|
|
|
|
|
import com.fr.design.gui.controlpane.UIListControlPane; |
|
|
|
|
import com.fr.design.mainframe.DesignerContext; |
|
|
|
|
import com.fr.design.mainframe.ElementCasePane; |
|
|
|
|
import com.fr.design.utils.gui.AdjustWorkBookDefaultStyleUtils; |
|
|
|
|
import com.fr.general.NameObject; |
|
|
|
|
import com.fr.grid.selection.CellSelection; |
|
|
|
|
import com.fr.grid.selection.Selection; |
|
|
|
@ -83,6 +84,7 @@ public class ConditionAttributesGroupPane extends UIListControlPane {
|
|
|
|
|
editCellElement = tplEC.getTemplateCellElement(cs.getColumn(), cs.getRow()); |
|
|
|
|
if (editCellElement == null) { |
|
|
|
|
editCellElement = new DefaultTemplateCellElement(cs.getColumn(), cs.getRow()); |
|
|
|
|
AdjustWorkBookDefaultStyleUtils.adjustCellElement(editCellElement); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
SheetUtils.calculateDefaultParent(tplEC); // 不知道这行代码的作用,怕去掉之后会出问题,先放在这里
|
|
|
|
|