Leave no-funcid call as it was.
This commit is contained in:
parent
082db44f9e
commit
af411224ea
|
@ -1391,7 +1391,7 @@ class Misc:
|
|||
and also delete that command.
|
||||
"""
|
||||
if funcid is None:
|
||||
self.tk.call('bind', self._w, sequence, None)
|
||||
self.tk.call('bind', self._w, sequence, '')
|
||||
else:
|
||||
funcs = self.tk.call('bind', self._w, sequence, None).split('\n')
|
||||
keep = '\n'.join(f for f in funcs.split('\n')
|
||||
|
|
Loading…
Reference in New Issue