Update placement options on geometry type change

This commit is contained in:
Matthias Kuhn 2019-03-12 09:11:27 +01:00
parent 486bb75ca8
commit de541d488c
No known key found for this signature in database
GPG Key ID: 7A7F1A1C90C3E6A7

View File

@ -702,6 +702,9 @@ void QgsLabelingGui::updateGeometryTypeBasedWidgets()
if ( idx >= 0 )
mFontMultiLineAlignComboBox->removeItem( idx );
}
updatePlacementWidgets();
updateLinePlacementOptions();
}
void QgsLabelingGui::showGeometryGeneratorExpressionBuilder()