mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 11:20:23 +02:00
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:
parent
e837bff11f
commit
278a92909b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user