forked from openlp/openlp
do not check the button
This commit is contained in:
parent
f8fdcf8fba
commit
6c1e66de99
@ -43,8 +43,6 @@ class CaptureShortcutButton(QtGui.QPushButton):
|
|||||||
"""
|
"""
|
||||||
if event.key() == QtCore.Qt.Key_Space and self.isChecked():
|
if event.key() == QtCore.Qt.Key_Space and self.isChecked():
|
||||||
event.ignore()
|
event.ignore()
|
||||||
else:
|
|
||||||
self.setChecked(True)
|
|
||||||
|
|
||||||
|
|
||||||
class Ui_ShortcutListDialog(object):
|
class Ui_ShortcutListDialog(object):
|
||||||
|
Loading…
Reference in New Issue
Block a user