This commit is contained in:
Florian Bruhin 2015-01-23 15:10:44 +01:00
parent e3ca06bc53
commit ca590c5df7

View File

@ -170,7 +170,7 @@ class BaseKeyParser(QObject):
else:
is_control_char = False
if ((not txt) or is_control_char):
if (not txt) or is_control_char:
self._debug_log("Ignoring, no text char")
return False