You've already forked lazarus-ccr
fpspreadsheet: Fix compilation error after Lazarus r52316
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4651 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -3999,7 +3999,7 @@ begin
|
|||||||
AutoExpandToRow(grow, aeNavigation);
|
AutoExpandToRow(grow, aeNavigation);
|
||||||
AutoExpandToCol(gcol, aeNavigation);
|
AutoExpandToCol(gcol, aeNavigation);
|
||||||
if (grow <> Row) or (gcol <> Col) then
|
if (grow <> Row) or (gcol <> Col) then
|
||||||
MoveExtend(false, gcol, grow);
|
MoveExtend(false, gcol, grow, true);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// Abort selection because of an error
|
// Abort selection because of an error
|
||||||
|
Reference in New Issue
Block a user