summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2018-02-11 11:20:17 (GMT)
committerfvogel <fvogelnew1@free.fr>2018-02-11 11:20:17 (GMT)
commit6775ada77df973e1edb0b78e5212dae2c9a777db (patch)
treea88b5b076b8848f19d6b36af8530f67f9e7284c6 /tests
parent646a119ed2117b0f3fb7feb59a03deff829a7b52 (diff)
parentacc63aee1d1552fb751db2cd9614b0f74f704a3d (diff)
downloadtk-6775ada77df973e1edb0b78e5212dae2c9a777db.zip
tk-6775ada77df973e1edb0b78e5212dae2c9a777db.tar.gz
tk-6775ada77df973e1edb0b78e5212dae2c9a777db.tar.bz2
Fix [1c5f27afe5]. Make winWm-5.2 pass again by forcing -tearoff 1 (as it was the case before implementation of TIP #161).
Diffstat (limited to 'tests')
-rw-r--r--tests/winWm.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/winWm.test b/tests/winWm.test
index b339b2a..d251eb8 100644
--- a/tests/winWm.test
+++ b/tests/winWm.test
@@ -245,7 +245,7 @@ test winWm-5.2 {UpdateGeometryInfo: menu resizing} -constraints win -setup {
update
set y [winfo rooty .t]
lappend result [winfo height .t]
- menu .t.m
+ menu .t.m -tearoff 1
.t configure -menu .t.m
.t.m add command -label foo
.t.m add command -label "thisisreallylong"