diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/menu.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/menu.test b/tests/menu.test index 595a21b..ab41a52 100644 --- a/tests/menu.test +++ b/tests/menu.test @@ -3327,8 +3327,11 @@ test menu-22.3 {GetIndexFromCoords: mapped window, y only} -setup { menu .m1 .m1 add command -label "test" .m1 configure -tearoff 0 +puts A tk_popup .m1 0 0 +puts B tkwait visibility .m1 +puts C .m1 index @5 } -cleanup { deleteWindows |