Use wxDataObject methods to retrieve data from clipboard when wxUSE_OLE==0

Dedicated wxDataObject::SetData() function can be used to import raw
clipboard data to the corresponding instances of wxDataObject and hence
there is no need to duplicate data retrieval code.
This commit is contained in:
Artur Wieczorek
2017-05-03 22:39:33 +02:00
parent 1da74cbcd2
commit b375d81499
2 changed files with 65 additions and 187 deletions

View File

@@ -179,7 +179,7 @@ wxMSW:
wxMemoryDC (Cairo >= 1.15.4).
- Fix updating bounding box in wxDC::DrawSpline().
- Fix placing 0RGB wxBitmaps on the clipboard.
- Fix adding wxBitmap to clipboard when wxUSE_OLE == 0.
- Fix handling wxClipboard data when wxUSE_OLE == 0.
wxOSX: