lcl: grid: initialize var

git-svn-id: trunk@43054 -
This commit is contained in:
mattias 2013-10-02 08:01:44 +00:00
parent 31a3f82a68
commit a508278c43

View File

@ -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;