summaryrefslogtreecommitdiffstats
path: root/tests/bind.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-06-02 21:34:33 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-06-02 21:34:33 (GMT)
commitcb4ae1e1f5577322164bb46a1fdecf311066e9b5 (patch)
tree2b011fb4d7d54d028edd200ab6463bfbd2eb7aa5 /tests/bind.test
parentd45f5ead66cf0fcf7b2f562cd1937b910cc31285 (diff)
parent09befbb4eac44f8ad13d3d5cf4250cbfc926039a (diff)
downloadtk-cb4ae1e1f5577322164bb46a1fdecf311066e9b5.zip
tk-cb4ae1e1f5577322164bb46a1fdecf311066e9b5.tar.gz
tk-cb4ae1e1f5577322164bb46a1fdecf311066e9b5.tar.bz2
merge bug-e3888d5820
Diffstat (limited to 'tests/bind.test')
-rw-r--r--tests/bind.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/bind.test b/tests/bind.test
index 70161f0..e2ca818 100644
--- a/tests/bind.test
+++ b/tests/bind.test
@@ -6637,11 +6637,11 @@ test bind-34.1 {-warp works relatively to a window} -setup {
wm geometry .top +200+200
update
event generate .top <Motion> -x 20 -y 20 -warp 1
- set pointerPos1 [winfo pointerxy .t]
+ set pointerPos1 [winfo pointerxy .top]
wm geometry .top +600+600
update
event generate .top <Motion> -x 20 -y 20 -warp 1
- set pointerPos2 [winfo pointerxy .t]
+ set pointerPos2 [winfo pointerxy .top]
# from the first warped position to the second one, the mouse
# pointer should have moved the same amount as the window moved
set res 1