diff options
author | fvogel <fvogelnew1@free.fr> | 2021-04-21 08:48:57 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2021-04-21 08:48:57 (GMT) |
commit | 9b2d3557ca8b94358b48bd6d066d6cace9eaecb2 (patch) | |
tree | af9412f43d5d7d278d0870aa3c4a1d71d2b42dce /tests/event.test | |
parent | c20ad8d5560f7601ba2861c1262e77cddefa8052 (diff) | |
download | tk-9b2d3557ca8b94358b48bd6d066d6cace9eaecb2.zip tk-9b2d3557ca8b94358b48bd6d066d6cace9eaecb2.tar.gz tk-9b2d3557ca8b94358b48bd6d066d6cace9eaecb2.tar.bz2 |
Previous state apparently lets event-9 succeed, this is a slightly lighter try without 'after 50'
Diffstat (limited to 'tests/event.test')
-rw-r--r-- | tests/event.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/event.test b/tests/event.test index c649303..2f1a2b5 100644 --- a/tests/event.test +++ b/tests/event.test @@ -829,7 +829,6 @@ test event-9 {no <Enter> event is generated for the container window when its bind .top <Enter> {lappend res %W} pack [frame .top.f -bg green -width 50 -height 50] -anchor se -side bottom tkwait visibility .top.f - after 50 update focus -force .top.f event generate .top.f <Motion> -warp 1 -x 25 -y 25 ; # <Enter> sent to .top and .top.f |