mirror of https://github.com/python/cpython.git
Fixed watch cursor origin
This commit is contained in:
parent
7bbceea6a9
commit
aff9470d23
|
@ -33,6 +33,7 @@
|
|||
def defwatch(index):
|
||||
import gl
|
||||
gl.defcursor(index, watch*8)
|
||||
gl.curorigin(index, 8, 8)
|
||||
|
||||
def test():
|
||||
import gl
|
||||
|
|
Loading…
Reference in New Issue