]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/dataobj.cpp
rewire char events in case there is no focusable control on a tlw
[wxWidgets.git] / src / mac / carbon / dataobj.cpp
index e216ad588751f765004c05fd02b11a9a19c91b08..c7d0d610a3dbeda0f20acdd638b1b69b974f3612 100644 (file)
@@ -96,7 +96,7 @@ void wxDataFormat::SetType( wxDataFormatId dataType )
 
 wxString wxDataFormat::GetId() const
 {
-    wxCHECK_MSG( !IsStandard(), wxEmptyString ,
+    wxCHECK_MSG( !IsStandard(), wxEmptyString,
                  wxT("name of predefined format cannot be retrieved") );
 
     return m_id;
@@ -342,7 +342,8 @@ bool wxBitmapDataObject::SetData( size_t nSize, const void *pBuf )
 
     // ownership is transferred to the bitmap
     m_pictCreated = false;
-    Rect frame = (**picHandle).picFrame;
+    Rect frame;
+    wxMacGetPictureBounds( picHandle, &frame );
 
     wxMetafile mf;
     mf.SetHMETAFILE( (WXHMETAFILE)m_pictHandle );