Pass the original format to wxDataObjectSimple in wxDataObjectComposite.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 15 Mar 2012 13:49:49 +0000 (13:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 15 Mar 2012 13:49:49 +0000 (13:49 +0000)
commitd361ea0db52530cffcce3ef2dd92f9b1516288c6
treeabd64bce17e0a56eb1c5723510832868ce642692
parent5dbdae465be7a8c661fe297f14424bc1411a0c08
Pass the original format to wxDataObjectSimple in wxDataObjectComposite.

Some "simple" data objects, such as wxTextDataObject, are actually not simple
and support multiple formats so pass the real format to them so that they
could do the right thing.

Closes #14101.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/dobjcmn.cpp