mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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
This commit is contained in:
parent
4c745d886f
commit
c43e11e43e
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user