summaryrefslogtreecommitdiffstats
path: root/Mac/Demo/mlte/mlted.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Demo/mlte/mlted.py')
-rw-r--r--Mac/Demo/mlte/mlted.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Demo/mlte/mlted.py b/Mac/Demo/mlte/mlted.py
index 2ae77e7..3f77eee 100644
--- a/Mac/Demo/mlte/mlted.py
+++ b/Mac/Demo/mlte/mlted.py
@@ -362,7 +362,7 @@ class Mlted(Application):
if self.active:
self.active.do_idle(event)
else:
- Qd.SetCursor(Qd.qd.arrow)
+ Qd.SetCursor(Qd.GetQDGlobalsArrow())
def main():
Mlte.TXNInitTextension(0)