diff --git a/components/fpspreadsheet/source/visual/fpspreadsheetgrid.pas b/components/fpspreadsheet/source/visual/fpspreadsheetgrid.pas index 97337fe84..56646d5c5 100644 --- a/components/fpspreadsheet/source/visual/fpspreadsheetgrid.pas +++ b/components/fpspreadsheet/source/visual/fpspreadsheetgrid.pas @@ -6502,7 +6502,7 @@ begin end else begin Worksheet.WriteBorders(cell, AValue); - FixNeighborCellBorders(cell); +// FixNeighborCellBorders(cell); end; finally @@ -6547,7 +6547,7 @@ begin end else begin Worksheet.WriteBorderStyle(cell, ABorder, AValue); - FixNeighborCellBorders(cell); +// FixNeighborCellBorders(cell); end; finally EndUpdate;