Issue #24570: Idle: make calltip and completion boxes appear on Macs

affected by a tk regression.  Initial patch by Mark Roseman.
This commit is contained in:
Terry Jan Reedy 2015-09-26 20:03:57 -04:00
parent 00e4ce3a36
commit d2134c71a1
2 changed files with 2 additions and 0 deletions

View file

@ -72,6 +72,7 @@ class CallTip:
background="#ffffe0", relief=SOLID, borderwidth=1,
font = self.widget['font'])
self.label.pack()
tw.lift() # work around bug in Tk 8.5.18+ (issue #24570)
self.checkhideid = self.widget.bind(CHECKHIDE_VIRTUAL_EVENT_NAME,
self.checkhide_event)