fix 'extended list-box so that a single click deselects

svn: r2288
This commit is contained in:
Matthew Flatt 2006-02-20 20:52:34 +00:00
parent 785753b27e
commit 035a769699

View File

@ -268,7 +268,7 @@ static char defaultTranslations[] =
static char extendTranslations[] =
" Ctrl <Btn1Down>: Toggle()\n\
Shift <Btn1Down>: SelectOne()\n\
<Btn1Down>: SelectOne()\n\
<Btn1Down>: Toggle()\n\
Button1 <Btn1Motion>: Extend()\n\
<Btn1Up>: Notify()";