LCL, fix cell hot-tracking regression

git-svn-id: trunk@44803 -
This commit is contained in:
jesus 2014-04-24 00:49:46 +00:00
parent e4cb2bf908
commit 401f148e85

View File

@ -2002,8 +2002,7 @@ begin
Gz := MouseToGridZone(X,Y);
ButtonColumn := IsMouseOverCellButton(X, Y);
P.X:=X;
P.Y:=Y;
P := MouseToCell(Point(X, Y));
if (gz<>HotGridZone) or (P.x<>HotCell.x) or (P.y<>HotCell.y) then begin
ResetHotCell;