Terry J. Reedy <tjre...@udel.edu> added the comment: On Win10, with 3.5.4, 3.6.4, 3.7.0a4, the pinned IDLE icons on my taskbar look normal, with the notebook and snake icon. Running
import tkinter as tk r = tk.Tk() stacks the edge of a shadow icon behind the IDLE icon. When I mouse over the pair, the tkinter icon expand to a box with tk feather icon and 'tk' on the top title line and a blank white box. Adding tk.Label(r, text='jsfjlskjflsjflksjflkjsflkjsfljsfljslfjfs').pack() shrinks the window to fit the label and the expanded icon has a shrunken box also. Everything looks normal to me. What windows version are you using? What exact code do you run to get the effect you describe? Can you describe what you see better? ---------- components: +Tkinter nosy: +serhiy.storchaka, terry.reedy _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32611> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com