added comment

This commit is contained in:
Andreas Preikschat 2011-05-01 17:54:05 +02:00
parent 6c1e66de99
commit 76bd824114

View File

@ -42,6 +42,7 @@ class CaptureShortcutButton(QtGui.QPushButton):
checked state.
"""
if event.key() == QtCore.Qt.Key_Space and self.isChecked():
# Ignore the event, so that the parent can take care of this.
event.ignore()