Turn on mouse tracking so text is not selected in the dnd kitten
This commit is contained in:
parent
3d7cda3e21
commit
fb7b5d7155
1 changed files with 1 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ func (dnd *dnd) run_loop() (err error) {
|
|||
if dnd.lp, err = loop.New(); err != nil {
|
||||
return err
|
||||
}
|
||||
dnd.lp.MouseTrackingMode(loop.BUTTONS_AND_DRAG_MOUSE_TRACKING)
|
||||
dnd.reset_drop()
|
||||
|
||||
dnd.lp.OnInitialize = func() (string, error) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue