From de541d488ccd141ccaa79d99d4f167fd122b0ac5 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Tue, 12 Mar 2019 09:11:27 +0100 Subject: [PATCH] Update placement options on geometry type change --- src/app/qgslabelinggui.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/qgslabelinggui.cpp b/src/app/qgslabelinggui.cpp index 4d3ec27ddc0..e2fb8b924c3 100644 --- a/src/app/qgslabelinggui.cpp +++ b/src/app/qgslabelinggui.cpp @@ -702,6 +702,9 @@ void QgsLabelingGui::updateGeometryTypeBasedWidgets() if ( idx >= 0 ) mFontMultiLineAlignComboBox->removeItem( idx ); } + + updatePlacementWidgets(); + updateLinePlacementOptions(); } void QgsLabelingGui::showGeometryGeneratorExpressionBuilder()