Skip to content

Commit

Permalink
fix feature action from identify menu (fixes #11533)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 3, 2014
1 parent 23261ef commit 9aa678b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsidentifymenu.cpp
Expand Up @@ -331,7 +331,7 @@ void QgsIdentifyMenu::addVectorLayer( QgsVectorLayer* layer, const QList<QgsMapT
QList<QgsMapLayerAction*> customFeatureActions = mCustomActionRegistry.mapLayerActions( layer, QgsMapLayerAction::SingleFeature );
if ( mShowFeatureActions )
{
featureActionMenu = new QgsActionMenu( layer, &( result.mFeature ), layerMenu );
featureActionMenu = new QgsActionMenu( layer, result.mFeature.id(), layerMenu );
}

// feature title
Expand Down

0 comments on commit 9aa678b

Please sign in to comment.