forked from openlp/openlp
added comment
This commit is contained in:
parent
6c1e66de99
commit
76bd824114
@ -42,6 +42,7 @@ class CaptureShortcutButton(QtGui.QPushButton):
|
|||||||
checked state.
|
checked state.
|
||||||
"""
|
"""
|
||||||
if event.key() == QtCore.Qt.Key_Space and self.isChecked():
|
if event.key() == QtCore.Qt.Key_Space and self.isChecked():
|
||||||
|
# Ignore the event, so that the parent can take care of this.
|
||||||
event.ignore()
|
event.ignore()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user