We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e2629 commit 3eb20acCopy full SHA for 3eb20ac
Lib/idlelib/calltip_w.py
@@ -90,7 +90,7 @@ def showcontents(self):
90
"""Create the call-tip widget."""
91
self.label = Label(self.tipwindow, text=self.text, font=self.anchor_widget['font'])
92
self.label.pack()
93
- label_w, label_h = widget_size(self.label) # get the old version of tooltip window size
+ label_w, label_h = widget_size(self.label)
94
self.label.forget()
95
96
self.label = ScrolledText(self.tipwindow, wrap="word",
0 commit comments