mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 15:16:34 +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!";
|
tDebug() << "Ignoring accepted event!";
|
||||||
}
|
}
|
||||||
else
|
else if ( event->source() != this )
|
||||||
{
|
{
|
||||||
if ( DropJob::acceptsMimeData( event->mimeData() ) )
|
if ( DropJob::acceptsMimeData( event->mimeData() ) )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user