summaryrefslogtreecommitdiffstats
path: root/tests/textTag.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-06-11 17:01:52 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-06-11 17:01:52 (GMT)
commitda857da74603d6899b12c090862c7f244e5bb215 (patch)
tree1debbdf45039fb4ba77b887566ac8bbe869fafad /tests/textTag.test
parent212305c6742275c056256ec6d24de5d641efe356 (diff)
downloadtk-da857da74603d6899b12c090862c7f244e5bb215.zip
tk-da857da74603d6899b12c090862c7f244e5bb215.tar.gz
tk-da857da74603d6899b12c090862c7f244e5bb215.tar.bz2
Fix [e20d5ca7cd]: textTag-18.1 fails on OS X
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