mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-20 19:19:31 +01:00
LCL: Fix mousecursor in THeaderControl when leaving the boundaries. Issue #30178, patch from Stefan Kopf.
git-svn-id: trunk@52960 -
This commit is contained in:
parent
aba9ce8db1
commit
c3bce1ccfe
@ -200,6 +200,8 @@ begin
|
||||
begin
|
||||
FMouseInControl := False;
|
||||
FDown := False;
|
||||
if not FTracking then
|
||||
Cursor := FSavedCursor;
|
||||
UpdateState;
|
||||
end;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user