Skip to content

Commit 9a98ed1

Browse files
committed
respect restrictions when calling identify with layer selection mode
1 parent f63a01c commit 9a98ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgsmaptoolidentify.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ QList<QgsMapToolIdentify::IdentifyResult> QgsMapToolIdentify::identify( int x, i
100100
{
101101
// fill map of layer / identify results
102102
mLayerIdResults.clear();
103-
QList<IdentifyResult> idResult = identify( x, y, TopDownAll );
103+
QList<IdentifyResult> idResult = identify( x, y, TopDownAll, layerList, layerType );
104104
QList<IdentifyResult>::const_iterator it = idResult.constBegin();
105105
for ( ; it != idResult.constEnd(); ++it )
106106
{

0 commit comments

Comments
 (0)