Skip to content

Commit

Permalink
undoing change committed in r13640. This test become unnecessary from…
Browse files Browse the repository at this point in the history
… r13641

git-svn-id: http://svn.osgeo.org/qgis/trunk@13642 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
brushtyler committed Jun 4, 2010
1 parent 4c745d8 commit c43e11e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/app/legend/qgslegend.cpp
Expand Up @@ -380,14 +380,6 @@ void QgsLegend::mouseReleaseEvent( QMouseEvent * e )
checkLayerOrderUpdate();
return;
}

// make sure you are able to drag the item
QgsLegendItem::DRAG_ACTION action = dest->accept( origin );
if ( action == QgsLegendItem::NO_ACTION )
{
QgsDebugMsg( "Drag NO_ACTION" );
return;
}

{
// Do the actual move here.
Expand Down

0 comments on commit c43e11e

Please sign in to comment.