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:
juha 2016-09-13 11:01:23 +00:00
parent aba9ce8db1
commit c3bce1ccfe

View File

@ -200,6 +200,8 @@ begin
begin
FMouseInControl := False;
FDown := False;
if not FTracking then
Cursor := FSavedCursor;
UpdateState;
end;
end;