Skip to content

Commit afc5bb3

Browse files
authored
Update xfixes.py
xfixes_hide_cursor() called twice, changed second call to xfixes_show_cursor()
1 parent b5472d9 commit afc5bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/xfixes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def main(argv):
5858
time.sleep(5)
5959

6060
print('Showing cursor ...', file=sys.stderr)
61-
screen.root.xfixes_hide_cursor()
61+
screen.root.xfixes_show_cursor()
6262
display.sync()
6363

6464

0 commit comments

Comments
 (0)