Skip to content

Commit a9ee9bf

Browse files
committed
Revert "Disable mouse cursor by default"
This reverts commit e7e9b9d.
1 parent e7e9b9d commit a9ee9bf

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": False,
46+
"cursor": True,
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": False,
19+
"cursor": True,
2020
"samples": 4,
2121
}
2222

0 commit comments

Comments
 (0)