LCL, grids: fix AutoAdvance=aaNone, issue #28752

git-svn-id: trunk@49897 -
This commit is contained in:
jesus 2015-09-29 19:55:53 +00:00
parent 1ab7a995da
commit 6e2cd84dcf

View File

@ -8429,8 +8429,11 @@ begin
result := False;
if AAutoAdvance=aaNone then
if AAutoAdvance=aaNone then begin
ACol := 0;
ARow := 0;
exit; // quick case, no auto movement allowed
end;
if [goRowSelect,goRelaxedRowSelect]*Options=[goRowSelect] then begin
if Inverse then