Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update placement options on geometry type change
  • Loading branch information
m-kuhn committed Mar 12, 2019
1 parent 486bb75 commit de541d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/qgslabelinggui.cpp
Expand Up @@ -702,6 +702,9 @@ void QgsLabelingGui::updateGeometryTypeBasedWidgets()
if ( idx >= 0 )
mFontMultiLineAlignComboBox->removeItem( idx );
}

updatePlacementWidgets();
updateLinePlacementOptions();
}

void QgsLabelingGui::showGeometryGeneratorExpressionBuilder()
Expand Down

0 comments on commit de541d4

Please sign in to comment.