Followup ad8ee31: inverted usage of identifyable layer config

This commit is contained in:
Matthias Kuhn 2016-03-30 14:20:51 +02:00
parent 46162f2145
commit a438bda7b8

View File

@ -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;
}