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:
wp_xxyyzz
2016-05-17 06:56:36 +00:00
parent 47a3e197b5
commit 60506b0a71

View File

@ -3999,7 +3999,7 @@ begin
AutoExpandToRow(grow, aeNavigation);
AutoExpandToCol(gcol, aeNavigation);
if (grow <> Row) or (gcol <> Col) then
MoveExtend(false, gcol, grow);
MoveExtend(false, gcol, grow, true);
end;
// Abort selection because of an error