From 21ce8c93c4a9f74f65b8c6f764c733f29736d22c Mon Sep 17 00:00:00 2001 From: juha Date: Mon, 1 Oct 2018 08:41:39 +0000 Subject: [PATCH] LCL: Prevent a double validation message in TStringGrid. Issue #34306, patch from Tintinux. git-svn-id: trunk@59207 - --- lcl/grids.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/lcl/grids.pas b/lcl/grids.pas index e61c4fd20f..106a80b83a 100644 --- a/lcl/grids.pas +++ b/lcl/grids.pas @@ -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