Fixed watch cursor origin

This commit is contained in:
Guido van Rossum 1993-03-17 12:11:47 +00:00
parent 7bbceea6a9
commit aff9470d23
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
def defwatch(index):
import gl
gl.defcursor(index, watch*8)
gl.curorigin(index, 8, 8)
def test():
import gl