Message331652
| Author | vtudorache |
|---|---|
| Recipients | ned.deily, taleinat, terry.reedy, vtudorache, wordtech |
| Date | 2018-12-11.21:41:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1544564478.66.0.788709270274.issue35387@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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: <1544564478.66.0.788709270274.issue35387@psf.upfronthosting.co.za> |
| 2018-12-11 21:41:18 | vtudorache | link | issue35387 messages |
| 2018-12-11 21:41:18 | vtudorache | create | |