You've already forked lazarus-ccr
fpspreadsheet: Simplify setting borders in neighboring cells of the worksheetgrid.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8061 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user