1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-02-25 20:33:20 +01:00

* Don't create manual drops when an InternalMove has been denied.

This commit is contained in:
Christian Muehlhaeuser 2013-09-04 18:53:44 +02:00
parent 53cfb08980
commit 1e0eff1977

View File

@ -535,7 +535,7 @@ TrackView::dropEvent( QDropEvent* event )
{
tDebug() << "Ignoring accepted event!";
}
else
else if ( event->source() != this )
{
if ( DropJob::acceptsMimeData( event->mimeData() ) )
{