|
|
|
@ -9,6 +9,7 @@ import com.fr.design.mainframe.ElementCasePane;
|
|
|
|
|
import com.fr.design.mainframe.theme.utils.DefaultThemedTemplateCellElementCase; |
|
|
|
|
import com.fr.grid.GridUtils; |
|
|
|
|
import com.fr.grid.selection.CellSelection; |
|
|
|
|
import com.fr.quickeditor.CellQuickEditor; |
|
|
|
|
import com.fr.report.cell.TemplateCellElement; |
|
|
|
|
import com.fr.report.core.SheetUtils; |
|
|
|
|
import com.fr.report.elementcase.TemplateElementCase; |
|
|
|
@ -76,6 +77,9 @@ public abstract class AbstractCellElementAction extends CellSelectionAction {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
if (!ePane.isSelectedOneCell()) { |
|
|
|
|
CellQuickEditor.record(CellQuickEditor.multipleOperationType.FILTER); |
|
|
|
|
} |
|
|
|
|
ePane.fireTargetModified(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|