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/canvImg.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/canvImg.test')
-rw-r--r-- | tests/canvImg.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/canvImg.test b/tests/canvImg.test index a5e8e10..b60e384 100644 --- a/tests/canvImg.test +++ b/tests/canvImg.test @@ -803,7 +803,7 @@ test canvImg-11.3 {ImageChangedProc procedure} -constraints { foo2 changed 0 0 0 0 80 60 .c create image 50 100 -image foo -tags image -anchor nw .c create image 70 110 -image foo2 -anchor nw - update + update idletasks set z {} set timer [after 500 {lappend z "timed out"}] image create test foo -variable x |