* 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 popl %ebp
.LShowMouseExit: .LShowMouseExit:
end; end;
MouseIsVisible := true;
end; end;
@ -628,7 +627,6 @@ begin
popl %ebp popl %ebp
.LHideMouseExit: .LHideMouseExit:
end; end;
MouseIsVisible := false;
end; end;