summaryrefslogtreecommitdiff
path: root/picture.go
diff options
context:
space:
mode:
Diffstat (limited to 'picture.go')
-rw-r--r--picture.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/picture.go b/picture.go
index 1a9cac1..77898fc 100644
--- a/picture.go
+++ b/picture.go
@@ -605,6 +605,9 @@ func (f *File) drawingResize(sheet string, cell string, width, height float64, f
}
cellWidth, cellHeight := f.getColWidth(sheet, c), f.getRowHeight(sheet, r)
for _, mergeCell := range mergeCells {
+ if inMergeCell {
+ continue
+ }
if inMergeCell, err = f.checkCellInArea(cell, mergeCell[0]); err != nil {
return
}