#14726: Impossible to select whether to copy or move in dnd operations under OSX
-----------------------------+---------------------------------------------
Reporter: agrawal.raj | Owner: Dimitri Schoolwerth <dimitri@…>
Type: defect | Status: closed
Priority: normal | Milestone:
Component: wxOSX (any | Version: stable-latest
toolkit) |
Resolution: fixed | Keywords: drag and drop
Blocked By: | Blocking:
Patch: 0 |
-----------------------------+---------------------------------------------
Changes (by Dimitri Schoolwerth <dimitri@…>):
* owner: => Dimitri Schoolwerth <dimitri@…>
* status: confirmed => closed
* resolution: => fixed
Comment:
In [changeset:"3f94084e299eb48403f6e6b7692c03cfb9f70b2a/git-wxWidgets"]:
{{{
#!CommitTicketReference repository="git-wxWidgets"
revision="3f94084e299eb48403f6e6b7692c03cfb9f70b2a"
Add DND move support on OS X
The drag mask passed by Cocoa is conservative and doesn't include
NSDragOperationMove which was added later. Override
draggingSourceOperationMaskForLocal to include that flag if it's wanted.
This also moving of text the default behaviour.
Closes #13819.
Closes #14726.
}}}
--
Ticket URL: <
http://trac.wxwidgets.org/ticket/14726#comment:8>