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:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user