summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2019-08-28 06:57:40 (GMT)
committerfvogel <fvogelnew1@free.fr>2019-08-28 06:57:40 (GMT)
commit52f3b68031e6fb35a19e8d7a17f9d83bfd081144 (patch)
treef9513ca9169673735320aa0d4857670f8efbc25e /tests
parent352415b3eeb5738425e2d810b643462214def91a (diff)
downloadtk-52f3b68031e6fb35a19e8d7a17f9d83bfd081144.zip
tk-52f3b68031e6fb35a19e8d7a17f9d83bfd081144.tar.gz
tk-52f3b68031e6fb35a19e8d7a17f9d83bfd081144.tar.bz2
Fix [a3e81a82a1]: macOS: ttk-2.8 fails
Diffstat (limited to 'tests')
-rw-r--r--tests/ttk/ttk.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ttk/ttk.test b/tests/ttk/ttk.test
index a1560b4..ed1c31c 100644
--- a/tests/ttk/ttk.test
+++ b/tests/ttk/ttk.test
@@ -206,6 +206,7 @@ test ttk-2.8 "bug 3223850: button state disabled during click" -setup {
destroy .b
set ttk28 {}
pack [ttk::button .b -command {set ::ttk28 failed}]
+ update
} -body {
bind .b <ButtonPress-1> {after 0 {.b configure -state disabled}}
after 1 {event generate .b <ButtonPress-1>}