Fix shift-click in editor nested inside a pane

db4
Slava Pestov 2008-11-19 21:59:11 -06:00
parent 4af2592369
commit 375a9df29b
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ editor "caret-motion" f {
T{ doc-elt } editor-select-next ;
editor "selection" f {
{ T{ button-down f { S+ } } extend-selection }
{ T{ button-down f { S+ } 1 } extend-selection }
{ T{ drag } drag-selection }
{ T{ gain-focus } focus-editor }
{ T{ lose-focus } unfocus-editor }