mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-17 00:09:36 -04:00
Followup ad8ee31: inverted usage of identifyable layer config
This commit is contained in:
parent
46162f2145
commit
a438bda7b8
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user