Skip to content

Commit 0ae669a

Browse files
committed
qtdragon_hd -keybinding: add instance reference to keybinding
1 parent 9953e4a commit 0ae669a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

share/qtvcp/screens/qtdragon_hd/qtdragon_hd_handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def __init__(self, halcomp, widgets, paths):
7171
# This validator precludes using comma as a decimal
7272
self.valid = QtGui.QRegExpValidator(QtCore.QRegExp('-?[0-9]{0,6}[.][0-9]{0,3}'))
7373
self.styleeditor = SSE(widgets, paths)
74+
self.KEYBIND = KEYBIND
7475
KEYBIND.add_call('Key_F4', 'on_keycall_F4')
7576
KEYBIND.add_call('Key_F12','on_keycall_F12')
7677
KEYBIND.add_call('Key_Pause', 'on_keycall_PAUSE')

0 commit comments

Comments
 (0)