Fixed bug in prefseditor.py
This commit is contained in:
parent
47563429fc
commit
e9a8c42fff
|
@ -863,7 +863,7 @@ class PrefsEditor:
|
||||||
elif selected == 2:
|
elif selected == 2:
|
||||||
value = 'ascii-del'
|
value = 'ascii-del'
|
||||||
elif selected == 3:
|
elif selected == 3:
|
||||||
value == 'escape-sequence'
|
value = 'escape-sequence'
|
||||||
else:
|
else:
|
||||||
value = 'automatic'
|
value = 'automatic'
|
||||||
self.config['backspace_binding'] = value
|
self.config['backspace_binding'] = value
|
||||||
|
|
Loading…
Reference in New Issue