diff options
author | nyamatongwe <unknown> | 2010-08-05 10:03:34 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-08-05 10:03:34 +1000 |
commit | 5fcee1eaf6f8bd2f4867e4dab718f99e34002c88 (patch) | |
tree | 6b285f1706647b0560e25c881ea087c392b8d5eb /macosx/ScintillaMacOSX.h | |
parent | c4298141328fd8f81f9021b780e54c9dc3b9a02c (diff) | |
download | scintilla-mirror-5fcee1eaf6f8bd2f4867e4dab718f99e34002c88.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 |