We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 7ad0dcf commit f087f4aCopy full SHA for f087f4a
src/app/qgsvectorlayerproperties.cpp
@@ -1663,11 +1663,6 @@ void QgsVectorLayerProperties::updateAuxiliaryStoragePage( bool reset )
1663
mAuxiliaryStorageFieldsLineEdit->setText( QString() );
1664
mAuxiliaryStorageFeaturesLineEdit->setText( QString() );
1665
}
1666
-
1667
- if ( reset && labelingDialog )
1668
- {
1669
- labelingDialog->setLayer( mLayer );
1670
- }
1671
1672
1673
void QgsVectorLayerProperties::onAuxiliaryLayerNew()
0 commit comments