Explorar el Código

* Fix for cursor showing after coming back from dosshell (#11679). Does not fix the IDE because it has its own shelling routines.

git-svn-id: trunk@11501 -
marco hace 17 años
padre
commit
d4576c88b4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/fv/src/app.pas

+ 1 - 0
packages/fv/src/app.pas

@@ -1069,6 +1069,7 @@ BEGIN                                                 { Compatability only }
 {  InitDosMem;}
   drivers.initkeyboard;
   drivers.initvideo;
+  Video.SetCursorType(crHidden);
   InitScreen;
   InitEvents;
   InitSysError;