mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 04:58:11 +02:00
LCL, reset HotCellPainted Flag on grid.clear to fix exception on mouse move, from Sławomir Załęcki, issue #17426
git-svn-id: trunk@27387 -
This commit is contained in:
parent
0d632cce9c
commit
6c402161ed
@ -8114,7 +8114,8 @@ begin
|
||||
FRange:=Rect(-1,-1,-1,-1);
|
||||
FGCache.TLColOff := 0;
|
||||
FGCache.TlRowOff := 0;
|
||||
FGCache.HotCell := Point(-1, -1);
|
||||
FGCache.HotCellPainted := false;
|
||||
ResetHotCell;
|
||||
VisualChange;
|
||||
SizeChanged(OldR,OldC);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user