Skip to content

Commit e7e9b9d

Browse files
committed
Disable mouse cursor by default
1 parent a8c9cc7 commit e7e9b9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demosys/conf/default_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"resizable": True,
4444
"title": "demosys-py",
4545
"vsync": True,
46-
"cursor": True,
46+
"cursor": False,
4747
"samples": 0,
4848
}
4949

examples/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"resizable": True,
1717
"title": "Examples",
1818
"vsync": True,
19-
"cursor": True,
19+
"cursor": False,
2020
"samples": 4,
2121
}
2222

0 commit comments

Comments
 (0)