adding native hook for drop target
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -655,10 +655,8 @@ void wxWindowMac::SetDropTarget(wxDropTarget *pDropTarget)
|
||||
delete m_dropTarget;
|
||||
|
||||
m_dropTarget = pDropTarget;
|
||||
if ( m_dropTarget != NULL )
|
||||
{
|
||||
// TODO:
|
||||
}
|
||||
|
||||
GetPeer()->SetDropTarget(m_dropTarget) ;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user