Kaydet (Commit) 8da6f1b6 authored tarafından Georg Brandl's avatar Georg Brandl

Patch #1672481: fix bug in idlelib.MultiCall.

 (backport from rev. 54156)
üst 0520e03d
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment