View | Details | Raw Unified | Return to bug 57092
Collapse All | Expand All

(-)/usr/lib64/python3.9/idlelib/autocomplete_w.py.orig (-1 / +1 lines)
Lines 203-209 Link Here
203
        scrollbar.config(command=listbox.yview)
203
        scrollbar.config(command=listbox.yview)
204
        scrollbar.pack(side=RIGHT, fill=Y)
204
        scrollbar.pack(side=RIGHT, fill=Y)
205
        listbox.pack(side=LEFT, fill=BOTH, expand=True)
205
        listbox.pack(side=LEFT, fill=BOTH, expand=True)
206
        acw.update_idletasks() # Need for tk8.6.8 on macOS: #40128.
206
#        acw.update_idletasks() # Need for tk8.6.8 on macOS: #40128.
207
        acw.lift()  # work around bug in Tk 8.5.18+ (issue #24570)
207
        acw.lift()  # work around bug in Tk 8.5.18+ (issue #24570)
208
208
209
        # Initialize the listbox selection
209
        # Initialize the listbox selection

Return to bug 57092