Browse Source

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

git-svn-id: trunk@29068 -
nickysn 10 years ago
parent
commit
66630c457a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/rtl-console/src/go32v2/mouse.pp

+ 0 - 2
packages/rtl-console/src/go32v2/mouse.pp

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