mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
* Don't create manual drops when an InternalMove has been denied.
This commit is contained in:
@@ -535,7 +535,7 @@ TrackView::dropEvent( QDropEvent* event )
|
||||
{
|
||||
tDebug() << "Ignoring accepted event!";
|
||||
}
|
||||
else
|
||||
else if ( event->source() != this )
|
||||
{
|
||||
if ( DropJob::acceptsMimeData( event->mimeData() ) )
|
||||
{
|
||||
|
Reference in New Issue
Block a user