diff options
author | kjnash <k.j.nash@usa.net> | 2017-06-13 03:39:54 (GMT) |
---|---|---|
committer | kjnash <k.j.nash@usa.net> | 2017-06-13 03:39:54 (GMT) |
commit | e3417602e97bb441c2f5268ab5bda24ac5ced851 (patch) | |
tree | 6f1ab25d2e7d2fe2ad166bf4facae8bd3edacb13 /library/menu.tcl | |
parent | c522149b81a9d7a6328880101fd027a2b39db33e (diff) | |
download | tk-e3417602e97bb441c2f5268ab5bda24ac5ced851.zip tk-e3417602e97bb441c2f5268ab5bda24ac5ced851.tar.gz tk-e3417602e97bb441c2f5268ab5bda24ac5ced851.tar.bz2 |
Add "break" to "bind Menu <KeyPress>" in library/menu.tcl. Fixes bug adc028c8d0.
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 |