From 278a92909b329a13e42b813db2053e636df2a1e7 Mon Sep 17 00:00:00 2001 From: mattias Date: Mon, 31 Dec 2018 12:44:59 +0000 Subject: [PATCH] LCL: Prevent a double validation message in TStringGrid. Issue #34306, patch from Tintinux git-svn-id: branches/fixes_2_0@59953 - --- 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