Skip to content

Commit

Permalink
Data defined button is not red after deleting auxiliary field
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Oct 21, 2018
1 parent 7ad0dcf commit f087f4a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app/qgsvectorlayerproperties.cpp
Expand Up @@ -1663,11 +1663,6 @@ void QgsVectorLayerProperties::updateAuxiliaryStoragePage( bool reset )
mAuxiliaryStorageFieldsLineEdit->setText( QString() );
mAuxiliaryStorageFeaturesLineEdit->setText( QString() );
}

if ( reset && labelingDialog )
{
labelingDialog->setLayer( mLayer );
}
}

void QgsVectorLayerProperties::onAuxiliaryLayerNew()
Expand Down

0 comments on commit f087f4a

Please sign in to comment.