mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 22:20:24 +02:00
lcl: grid: initialize var
git-svn-id: trunk@43054 -
This commit is contained in:
parent
31a3f82a68
commit
a508278c43
@ -1997,6 +1997,8 @@ begin
|
||||
|
||||
Gz := MouseToGridZone(X,Y);
|
||||
ButtonColumn := IsMouseOverCellButton(X, Y);
|
||||
P.X:=X;
|
||||
P.Y:=Y;
|
||||
|
||||
if (gz<>HotGridZone) or (P.x<>HotCell.x) or (P.y<>HotCell.y) then begin
|
||||
ResetHotCell;
|
||||
|
Loading…
Reference in New Issue
Block a user