do not check the button

This commit is contained in:
Andreas Preikschat 2011-05-01 17:50:48 +02:00
parent f8fdcf8fba
commit 6c1e66de99
1 changed files with 0 additions and 2 deletions

View File

@ -43,8 +43,6 @@ class CaptureShortcutButton(QtGui.QPushButton):
"""
if event.key() == QtCore.Qt.Key_Space and self.isChecked():
event.ignore()
else:
self.setChecked(True)
class Ui_ShortcutListDialog(object):