diff options
author | culler <culler> | 2020-05-11 21:24:02 (GMT) |
---|---|---|
committer | culler <culler> | 2020-05-11 21:24:02 (GMT) |
commit | edeeece7a1d441c68a4fd5669a7fc0de31fc213d (patch) | |
tree | 92f4d1f2d84e2f3759e2c779deaeb81e8d554d7f /tests/text.test | |
parent | c68e6846fa095947b92145b27d472d5df463d616 (diff) | |
download | tk-edeeece7a1d441c68a4fd5669a7fc0de31fc213d.zip tk-edeeece7a1d441c68a4fd5669a7fc0de31fc213d.tar.gz tk-edeeece7a1d441c68a4fd5669a7fc0de31fc213d.tar.bz2 |
Fix [411359dc3b]: Clean up Aqua window destruction in TkWmDeadWindow to prevent crashes and zombies on systems with a Touchbar.
Diffstat (limited to 'tests/text.test')
-rw-r--r-- | tests/text.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/text.test b/tests/text.test index 5b2d7e3..61a54ab 100644 --- a/tests/text.test +++ b/tests/text.test @@ -6692,7 +6692,8 @@ test text-27.15d {<<Selection>> virtual event on <Delete> with cursor inside sel update set ::retval no_<<Selection>>_event_fired .t mark set insert 1.15 - focus .t + update idletasks + focus -force .t event generate .t <Delete> update set ::retval |