From cd78b629142b351f76ba37b215d1bcf4229701f8 Mon Sep 17 00:00:00 2001 From: Wade Brainerd Date: Thu, 26 Feb 2009 04:54:33 +0000 Subject: Cache images for multiple groups so that the language change key works again. --- (limited to 'lessonscreen.py') 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() -- cgit v0.9.1