mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 03:59:28 +02:00
* 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:
parent
a77735d7af
commit
66630c457a
@ -597,7 +597,6 @@ begin
|
||||
popl %ebp
|
||||
.LShowMouseExit:
|
||||
end;
|
||||
MouseIsVisible := true;
|
||||
end;
|
||||
|
||||
|
||||
@ -628,7 +627,6 @@ begin
|
||||
popl %ebp
|
||||
.LHideMouseExit:
|
||||
end;
|
||||
MouseIsVisible := false;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user