summaryrefslogtreecommitdiffstats
path: root/tests/textTag.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/textTag.test')
-rw-r--r--tests/textTag.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/textTag.test b/tests/textTag.test
index ca3dc0f..2c09e1d 100644
--- a/tests/textTag.test
+++ b/tests/textTag.test
@@ -1502,6 +1502,7 @@ test textTag-18.1 {TkTextPickCurrent tag bindings} -setup {
bind .t <Leave> {lappend res Leave}
set res {}
+ update
# Bindings must not trigger on the widget border, only over
# the actual tagged characters themselves.
event gen .t <Motion> -warp 1 -x 0 -y 0 ; update