Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lessonscreen.py
diff options
context:
space:
mode:
Diffstat (limited to 'lessonscreen.py')
-rw-r--r--lessonscreen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lessonscreen.py b/lessonscreen.py
index 6c032cc..1d41d64 100644
--- a/lessonscreen.py
+++ b/lessonscreen.py
@@ -331,7 +331,7 @@ class LessonScreen(gtk.VBox):
self.lessontext.set_cursor_visible(True)
# Hide hands for typing mode - performance is too slow to type. Sigh for now.
- self.keyboard.set_draw_hands(False)
+ #self.keyboard.set_draw_hands(False)
self.line_idx = 0
self.begin_line()