diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-07-03 11:40:10 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-07-03 11:40:10 (GMT) |
commit | ecc4f670f1da84ac826515e88f9d5da8c0bc38a6 (patch) | |
tree | ef434b01f11487a3fca3b70094b98e6acb29c491 /library/menu.tcl | |
parent | 9e275a46af3b084dd6191ad979a173bab25f417e (diff) | |
parent | a2d0ee1d83897b9b5d95ea1e6182cdc2448e9425 (diff) | |
download | tk-rfe_6c0d7aec67.zip tk-rfe_6c0d7aec67.tar.gz tk-rfe_6c0d7aec67.tar.bz2 |
merge core-8-6-branchrfe_6c0d7aec67
Diffstat (limited to 'library/menu.tcl')
-rw-r--r-- | library/menu.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/menu.tcl b/library/menu.tcl index b5dd88e..e1c94c9 100644 --- a/library/menu.tcl +++ b/library/menu.tcl @@ -170,6 +170,7 @@ bind Menu <<NextLine>> { } bind Menu <KeyPress> { tk::TraverseWithinMenu %W %A + break } # The following bindings apply to all windows, and are used to |