Skip to content

Commit c43e11e

Browse files
author
brushtyler
committed
undoing change committed in r13640. This test become unnecessary from r13641
git-svn-id: http://svn.osgeo.org/qgis/trunk@13642 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 4c745d8 commit c43e11e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/app/legend/qgslegend.cpp

-8
Original file line numberDiff line numberDiff line change
@@ -380,14 +380,6 @@ void QgsLegend::mouseReleaseEvent( QMouseEvent * e )
380380
checkLayerOrderUpdate();
381381
return;
382382
}
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-
}
391383

392384
{
393385
// Do the actual move here.

0 commit comments

Comments
 (0)