* do not update MouseIsVisible in SysShowMouse and SysHideMouse, except when doing a custom drawn cursor

git-svn-id: trunk@29068 -
This commit is contained in:
nickysn 2014-11-13 20:49:11 +00:00
parent a77735d7af
commit 66630c457a

View File

@ -597,7 +597,6 @@ begin
popl %ebp
.LShowMouseExit:
end;
MouseIsVisible := true;
end;
@ -628,7 +627,6 @@ begin
popl %ebp
.LHideMouseExit:
end;
MouseIsVisible := false;
end;