Skip to content

Commit

Permalink
Merge pull request #85 from kishikawakatsumi/cellsize
Browse files Browse the repository at this point in the history
Clear cached merged cell size after reloading
  • Loading branch information
kishikawakatsumi authored Jun 27, 2017
2 parents 3b96e76 + 386eeb4 commit 99f8848
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Framework/Sources/SpreadsheetView+Layout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ extension SpreadsheetView {
fatalError("cannot merge cells in a range that overlap existing merged cells")
}
}
mergedCell.size = nil
layouts[location] = mergedCell
}
}
Expand Down

0 comments on commit 99f8848

Please sign in to comment.