Skip to content

Commit a438bda

Browse files
committed
Followup ad8ee31: inverted usage of identifyable layer config
1 parent 46162f2 commit a438bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsprojectproperties.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ void QgsProjectProperties::apply()
894894
{
895895
QString id = twIdentifyLayers->item( i, 0 )->data( Qt::UserRole ).toString();
896896

897-
if ( twIdentifyLayers->item( i, 2 )->checkState() == Qt::Checked )
897+
if ( twIdentifyLayers->item( i, 2 )->checkState() == Qt::Unchecked )
898898
{
899899
noIdentifyLayerList << id;
900900
}

0 commit comments

Comments
 (0)