We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 4c745d8 commit c43e11eCopy full SHA for c43e11e
src/app/legend/qgslegend.cpp
@@ -380,14 +380,6 @@ void QgsLegend::mouseReleaseEvent( QMouseEvent * e )
380
checkLayerOrderUpdate();
381
return;
382
}
383
-
384
- // make sure you are able to drag the item
385
- QgsLegendItem::DRAG_ACTION action = dest->accept( origin );
386
- if ( action == QgsLegendItem::NO_ACTION )
387
- {
388
- QgsDebugMsg( "Drag NO_ACTION" );
389
- return;
390
- }
391
392
{
393
// Do the actual move here.
0 commit comments