You've already forked lazarus-ccr
fpspreadsheet: Fix worksheet ignoring cell borderstyle if cell borderstyle is set before calling WriteBorders. Add '.' to package unit path (seems to fix compilation issue of several laz versions using the same fpx sources).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4411 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -1271,7 +1271,7 @@ begin
|
||||
|
||||
// Border styles can be set even if borders are not used --> don't check uffBorder!
|
||||
equ := true;
|
||||
for b in AItem.Border do begin
|
||||
for b in TsCellBorder {AItem.Border} do begin
|
||||
if (P^.BorderStyles[b].LineStyle <> AItem.BorderStyles[b].LineStyle) or
|
||||
(P^.BorderStyles[b].Color <> Aitem.BorderStyles[b].Color)
|
||||
then begin
|
||||
|
||||
Reference in New Issue
Block a user