Commit 5a18309
committed
Remove reference to old Tk/Windows bug.
See patch.
At least I can't repro it on Windows, and you'd expect it to be
semi-regularly reported on the tracker if it still occurred.
In the example, don't bother calling `root.destroy()`, as `root.quit()`
already handles the destroying (both on Linux and Windows, an additional
call to `root.destroy()` results in "can't invoke "destroy" command:
application has been destroyed").1 parent 896fb81 commit 5a18309
2 files changed
Lines changed: 1 addition & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 42 | + | |
51 | 43 | | |
52 | 44 | | |
53 | 45 | | |
54 | | - | |
55 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | 468 | | |
473 | 469 | | |
474 | 470 | | |
| |||
0 commit comments