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

git-svn-id: branches/fixes_2_0@59953 -
This commit is contained in:
mattias 2018-12-31 12:44:59 +00:00
parent e837bff11f
commit 278a92909b

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