Vlad Tudorache <tudorache.v...@gmail.com> added the comment:

At the line 102 in editor.py, I see:

self.top = top = window.ListedToplevel(root, menu=self.menubar)

Looking at window.py it seems that ListedToplevel builds a new Toplevel (the 
black one?) instead of adding an existing one (the editor) at the list, I'll 
check it again, maybe I didn't see right.

The second window does not appear for me when using pure Tcl and toplevel 
widget (from Wish, for exemple) on MacOS, I don't think it's a Tk problem.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35387>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to