mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 23:49:07 +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
|
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;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user