Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lessonscreen.py
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2009-02-26 04:54:33 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2009-02-26 04:54:33 (GMT)
commitcd78b629142b351f76ba37b215d1bcf4229701f8 (patch)
tree51a4c8542d054196ce9673d99ed876906ab3f464 /lessonscreen.py
parentc947937c3bb0a2cb8678ef175600954f818b42ff (diff)
Cache images for multiple groups so that the language change key works again.
Diffstat (limited to 'lessonscreen.py')
-rw-r--r--lessonscreen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lessonscreen.py b/lessonscreen.py
index 6861061..2f222ad 100644
--- a/lessonscreen.py
+++ b/lessonscreen.py
@@ -337,8 +337,8 @@ 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)
+ # Enable hands for typing mode now that it's fast enough.
+ self.keyboard.set_draw_hands(True)
self.line_idx = 0
self.begin_line()