Terry J. Reedy added the comment: Serhiy, do you know if the trivial addition of "class_='IDLE'" can have any ill effect on non-gnome systems? It looks sensible to me, and I see no effect on Windows. - self.top = top = WindowList.ListedToplevel(root, menu=self.menubar) + self.top = top = WindowList.ListedToplevel(root, class_='IDLE', + menu=self.menubar)
---------- nosy: +serhiy.storchaka _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22133> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com