Copy and paste error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2947,7 +2947,7 @@ bool wxDataViewCtrlInternal::EnableDropTarget( const wxDataFormat &format )
|
||||
wxGtkString atom_str( gdk_atom_name( format ) );
|
||||
m_dropTargetTargetEntryTarget = wxCharBuffer( atom_str );
|
||||
|
||||
m_dropTargetTargetEntry.target = m_dragSourceTargetEntryTarget.data();
|
||||
m_dropTargetTargetEntry.target = m_dropTargetTargetEntryTarget.data();
|
||||
m_dropTargetTargetEntry.flags = 0;
|
||||
m_dropTargetTargetEntry.info = static_cast<guint>(-1);
|
||||
|
||||
|
Reference in New Issue
Block a user