Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Followup ad8ee31: inverted usage of identifyable layer config
  • Loading branch information
m-kuhn committed Mar 30, 2016
1 parent 46162f2 commit a438bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsprojectproperties.cpp
Expand Up @@ -894,7 +894,7 @@ void QgsProjectProperties::apply()
{
QString id = twIdentifyLayers->item( i, 0 )->data( Qt::UserRole ).toString();

if ( twIdentifyLayers->item( i, 2 )->checkState() == Qt::Checked )
if ( twIdentifyLayers->item( i, 2 )->checkState() == Qt::Unchecked )
{
noIdentifyLayerList << id;
}
Expand Down

0 comments on commit a438bda

Please sign in to comment.