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)
commit75cd410376c4f216836c5a563a05830c80c9270d (patch)
tree1debbdf45039fb4ba77b887566ac8bbe869fafad /tests/textTag.test
parentd876bfb1e818ee0173f3c2c911a753a8a5e9e0db (diff)
downloadtk-75cd410376c4f216836c5a563a05830c80c9270d.zip
tk-75cd410376c4f216836c5a563a05830c80c9270d.tar.gz
tk-75cd410376c4f216836c5a563a05830c80c9270d.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