mirror of
https://github.com/python/cpython.git
synced 2025-09-16 13:47:31 +00:00
Patch #1672481: fix bug in idlelib.MultiCall.
This commit is contained in:
parent
3071a1aec9
commit
d53d951c24
1 changed files with 2 additions and 0 deletions
|
@ -349,6 +349,8 @@ def MultiCallCreator(widget):
|
|||
triplets.append(triplet)
|
||||
|
||||
def event_delete(self, virtual, *sequences):
|
||||
if virtual not in self.__eventinfo:
|
||||
return
|
||||
func, triplets = self.__eventinfo[virtual]
|
||||
for seq in sequences:
|
||||
triplet = _parse_sequence(seq)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue