mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-19 23:41:51 +02:00
Accept as CopyAction.
This commit is contained in:
parent
cdbdd0cc54
commit
69f64c041c
@ -779,6 +779,7 @@ SourceTreeView::dragMoveEvent( QDragMoveEvent* event )
|
||||
// Don't highlight the drop for a playlist, as it won't get added to the playlist but created generally
|
||||
if ( DropJob::isDropType( DropJob::Playlist, event->mimeData() ) )
|
||||
{
|
||||
event->setDropAction( Qt::CopyAction );
|
||||
event->accept();
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user