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