Fix long line
This commit is contained in:
parent
4b1dcbd82a
commit
6b72c3dbdf
@ -248,8 +248,8 @@ class _Command(QLineEdit):
|
|||||||
hide_cmd = pyqtSignal()
|
hide_cmd = pyqtSignal()
|
||||||
|
|
||||||
# FIXME won't the tab key switch to the next widget?
|
# FIXME won't the tab key switch to the next widget?
|
||||||
# See [0] for a possible fix.
|
# See http://www.saltycrane.com/blog/2008/01/how-to-capture-tab-key-press-event-with/
|
||||||
# [0] http://www.saltycrane.com/blog/2008/01/how-to-capture-tab-key-press-event-with/ # pylint: disable=line-too-long
|
# for a possible fix.
|
||||||
|
|
||||||
def __init__(self, statusbar):
|
def __init__(self, statusbar):
|
||||||
super().__init__(statusbar)
|
super().__init__(statusbar)
|
||||||
|
Loading…
Reference in New Issue
Block a user