Skip to content

Commit f087f4a

Browse files
committedOct 21, 2018
Data defined button is not red after deleting auxiliary field
1 parent 7ad0dcf commit f087f4a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎src/app/qgsvectorlayerproperties.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,11 +1663,6 @@ void QgsVectorLayerProperties::updateAuxiliaryStoragePage( bool reset )
16631663
mAuxiliaryStorageFieldsLineEdit->setText( QString() );
16641664
mAuxiliaryStorageFeaturesLineEdit->setText( QString() );
16651665
}
1666-
1667-
if ( reset && labelingDialog )
1668-
{
1669-
labelingDialog->setLayer( mLayer );
1670-
}
16711666
}
16721667

16731668
void QgsVectorLayerProperties::onAuxiliaryLayerNew()

0 commit comments

Comments
 (0)
Please sign in to comment.