mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-18 00:06:00 -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();
|
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;
|
noIdentifyLayerList << id;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user