mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 19:56:03 +02:00
LCL, fix cell hot-tracking regression
git-svn-id: trunk@44803 -
This commit is contained in:
parent
e4cb2bf908
commit
401f148e85
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user