mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 01:28:19 +02:00
LCL: Prevent a double validation message in TStringGrid. Issue #34306, patch from Tintinux.
git-svn-id: trunk@59207 -
This commit is contained in:
parent
969020a44e
commit
21ce8c93c4
@ -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