Kaydet (Commit) 6f47bf44 authored tarafından Jack Jansen's avatar Jack Jansen

Minor bugfix in keyboard input handling

üst 425e9eb6
......@@ -262,6 +262,7 @@ class Application:
except AttributeError:
do_char = self.do_char
do_char(c, event)
# else it wasn't for us, sigh...
def do_char(self, c, event):
if DEBUG: print "Character", `c`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment