Skip to content

Commit 3eb20ac

Browse files
znsoooopicnixz
andauthored
Update Lib/idlelib/calltip_w.py
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 71e2629 commit 3eb20ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/calltip_w.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def showcontents(self):
9090
"""Create the call-tip widget."""
9191
self.label = Label(self.tipwindow, text=self.text, font=self.anchor_widget['font'])
9292
self.label.pack()
93-
label_w, label_h = widget_size(self.label) # get the old version of tooltip window size
93+
label_w, label_h = widget_size(self.label)
9494
self.label.forget()
9595

9696
self.label = ScrolledText(self.tipwindow, wrap="word",

0 commit comments

Comments
 (0)