Make an image block beore writing it, if there's no data in the block
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3854,7 +3854,7 @@ bool wxRichTextBuffer::PasteFromClipboard(long position)
|
||||
wxTextDataObject data;
|
||||
wxTheClipboard->GetData(data);
|
||||
wxString text(data.GetText());
|
||||
text.Replace(_T("\r\n"), _T("\n"));
|
||||
text.Replace(_T("\r\n"), _T("\n"));
|
||||
|
||||
InsertTextWithUndo(position+1, text, GetRichTextCtrl());
|
||||
|
||||
|
Reference in New Issue
Block a user