Fix loss of newly created auxilary field connections in labeling widget

This commit is contained in:
Nyall Dawson 2019-07-23 09:38:52 +10:00
parent 1cb2562900
commit b6fb67535d

View File

@ -1599,7 +1599,7 @@ void QgsTextFormatWidget::createAuxiliaryField()
button->updateFieldLists();
button->setToProperty( property );
mDataDefinedProperties.setProperty( key, button->toProperty() );
updatePreview();
emit auxiliaryFieldCreated();
}