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:
parent
53cfb08980
commit
1e0eff1977
@ -535,7 +535,7 @@ TrackView::dropEvent( QDropEvent* event )
|
||||
{
|
||||
tDebug() << "Ignoring accepted event!";
|
||||
}
|
||||
else
|
||||
else if ( event->source() != this )
|
||||
{
|
||||
if ( DropJob::acceptsMimeData( event->mimeData() ) )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user