mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fixed watch cursor origin
This commit is contained in:
parent
7bbceea6a9
commit
aff9470d23
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ watch.reverse() # Turn it upside-down
|
|||
def defwatch(index):
|
||||
import gl
|
||||
gl.defcursor(index, watch*8)
|
||||
gl.curorigin(index, 8, 8)
|
||||
|
||||
def test():
|
||||
import gl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue