Typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
d0a0c6e36a
commit
9623be70d0
@ -1193,7 +1193,7 @@ void MyFrame::OnDrop( wxDataViewEvent &event )
|
||||
{
|
||||
wxDataViewItem item( event.GetItem() );
|
||||
|
||||
// only allow drags for item, not containers
|
||||
// only allow drops for item, not containers
|
||||
if (m_music_model->IsContainer( item ) )
|
||||
{
|
||||
event.Veto();
|
||||
|
Loading…
Reference in New Issue
Block a user