ui.gadgets.panes: Shift-clicking to extend the selection in a pane should not focus the pane's input area
parent
8c3c007d8e
commit
d108324f19
|
@ -397,8 +397,8 @@ M: f sloppy-pick-up*
|
|||
] [ drop ] if ;
|
||||
|
||||
: end-selection ( pane -- )
|
||||
f >>selecting?
|
||||
hand-moved?
|
||||
dup selecting?>> hand-moved? or
|
||||
[ f >>selecting? ] dip
|
||||
[ [ com-copy-selection ] [ request-focus ] bi ]
|
||||
[ [ relayout-1 ] [ focus-input ] bi ]
|
||||
if ;
|
||||
|
|
Loading…
Reference in New Issue