bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639) · python/cpython@9beaef6

Original file line numberDiff line numberDiff line change

@@ -72,6 +72,7 @@ def showtip(self, text, parenleft, parenright):

7272

background="#ffffe0", relief=SOLID, borderwidth=1,

7373

font = self.widget['font'])

7474

self.label.pack()

75+

tw.update_idletasks()

7576

tw.lift() # work around bug in Tk 8.5.18+ (issue #24570)

7677
7778

self.checkhideid = self.widget.bind(CHECKHIDE_VIRTUAL_EVENT_NAME,