diff options
Diffstat (limited to 'tests/menu.test')
-rw-r--r-- | tests/menu.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/menu.test b/tests/menu.test index 5055e5c..fdd5969 100644 --- a/tests/menu.test +++ b/tests/menu.test @@ -3947,7 +3947,7 @@ test menu-37.1 {menubar menues cannot be posted - bug 2160206} -setup { } -result {1 {a menubar menu cannot be posted}} test menu-38.1 {Can't dismiss ttk::menubutton menu until mouse has hovered over it - bug fa32290898} -setup { -} -constraints {userInteraction} -body { +} -constraints {x11} -body { toplevel .top ttk::menubutton .top.mb -text "Some menu"; menu .top.mb.m; |