diff options
Diffstat (limited to 'tests/bind.test')
-rw-r--r-- | tests/bind.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bind.test b/tests/bind.test index ef60425..f7baad0 100644 --- a/tests/bind.test +++ b/tests/bind.test @@ -6252,7 +6252,7 @@ test bind-32.10 {reset key state when destroying window} -setup { pack [frame .t.f]; update; focus -force .t.f bind .t.f <Key-A> { set x "A" } event generate .t.f <KeyPress-A> - destroy .t.f + destroy .t.f; update pack [frame .t.f]; update; focus -force .t.f bind .t.f <Key-A> { set x "A" } bind .t.f <Double-Key-A> { set x "AA" } |