diff options
author | nyamatongwe <devnull@localhost> | 2010-08-05 10:03:34 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-08-05 10:03:34 +1000 |
commit | 1e12910bfde9f2af99336137835eebceed290f14 (patch) | |
tree | 10ac52a6c403359e0ed55e09e6e11cbd302ff2ce /macosx/ScintillaMacOSX.h | |
parent | 3dc0f453941634b804e127313297c49c056c8935 (diff) | |
download | scintilla-mirror-1e12910bfde9f2af99336137835eebceed290f14.tar.gz |
Bug #3039732 drag/drop on OSX overwrites clipboard.
Patch from Eric Promislow.
Diffstat (limited to 'macosx/ScintillaMacOSX.h')
-rw-r--r-- | macosx/ScintillaMacOSX.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/ScintillaMacOSX.h b/macosx/ScintillaMacOSX.h index d9da7e295..78dffe87f 100644 --- a/macosx/ScintillaMacOSX.h +++ b/macosx/ScintillaMacOSX.h @@ -118,7 +118,8 @@ private: bool GetPasteboardData(PasteboardRef &pasteBoard, SelectionText *selectedText, bool *isFileURL); void SetPasteboardData(PasteboardRef &pasteBoard, - const SelectionText &selectedText); + const SelectionText &selectedText, + bool inDragDropSession); char *GetStringFromCFString(CFStringRef &textString, int *textLen); // Drag and drop |