LCL: Prevent a double validation message in TStringGrid. Issue #34306, patch from Tintinux.

git-svn-id: trunk@59207 -
This commit is contained in:
juha 2018-10-01 08:41:39 +00:00
parent 969020a44e
commit 21ce8c93c4

View File

@ -6702,7 +6702,6 @@ begin
P:=MouseToLogcell(Point(X,Y));
if gfNeedsSelectActive in GridFlags then
SelectActive := (P.x<>FPivot.x)or(P.y<>FPivot.y);
MoveExtend(False, P.x, P.y, False);
end;
gsColMoving:
if goColMoving in Options then