diff options
author | fvogel <fvogelnew1@free.fr> | 2015-11-08 22:23:41 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2015-11-08 22:23:41 (GMT) |
commit | e7eebf080138f25abcec02424972faab9d2d8bd6 (patch) | |
tree | afb1ba1903ec9ffa7751747dfdb6e7f77be56fae /doc | |
parent | b2df906838085a39edfec09e6d4b6a4235b5bafd (diff) | |
parent | e8a7079f69245ef6d172654bac53c15d27c81c56 (diff) | |
download | tk-e7eebf080138f25abcec02424972faab9d2d8bd6.zip tk-e7eebf080138f25abcec02424972faab9d2d8bd6.tar.gz tk-e7eebf080138f25abcec02424972faab9d2d8bd6.tar.bz2 |
Fixed bug [3601604fff] - [listbox $path -takefocus 0] steals focus
Diffstat (limited to 'doc')
-rw-r--r-- | doc/listbox.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/listbox.n b/doc/listbox.n index b2e8e38..642e1f0 100644 --- a/doc/listbox.n +++ b/doc/listbox.n @@ -414,7 +414,7 @@ In \fBbrowse\fR mode it is also possible to drag the selection with button 1. .VS 8.5 On button 1, the listbox will also take focus if it has a \fBnormal\fR -state and \fB\-takefocus\fR is true. +state. .VE 8.5 .PP If the selection mode is \fBmultiple\fR or \fBextended\fR, |