Message331652
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. |
|
| Date |
User |
Action |
Args |
| 2018-12-11 21:41:18 | vtudorache | set | recipients:
+ vtudorache, terry.reedy, taleinat, wordtech, ned.deily |
| 2018-12-11 21:41:18 | vtudorache | set | messageid: <[email protected]> |
| 2018-12-11 21:41:18 | vtudorache | link | issue35387 messages |
| 2018-12-11 21:41:18 | vtudorache | create | |
|