projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6fadb1
)
Fix incorrect interaction of drag/drop and double click (bug#29121)
author
Alan Third
<alan@idiocy.org>
Wed, 22 Nov 2017 16:44:38 +0000
(16:44 +0000)
committer
Alan Third
<alan@idiocy.org>
Wed, 22 Nov 2017 16:46:49 +0000
(16:46 +0000)
* src/nsterm.m (EmacsView::performDragOperation): Drag and drop
doesn't use ns-input-file.
src/nsterm.m
patch
|
blob
|
history
diff --git
a/src/nsterm.m
b/src/nsterm.m
index cf32a5e8015887629e432715f643d6d9726b532a..59a42eed8878adca8bdbe088e95f58d429cc2d29 100644
(file)
--- a/
src/nsterm.m
+++ b/
src/nsterm.m
@@
-8129,8
+8129,6
@@
not_in_argv (NSString *arg)
emacs_event->kind = DRAG_N_DROP_EVENT;
XSETINT (emacs_event->x, x);
XSETINT (emacs_event->y, y);
- ns_input_file = append2 (ns_input_file,
- build_string ([file UTF8String]));
emacs_event->modifiers = modifiers;
emacs_event->arg = list2 (Qfile, build_string ([file UTF8String]));
EV_TRAILER (theEvent);