Skip to content

Commit 92ab671

Browse files
committed
[pal] Improve line placement algorithm
Avoid placing labels over jagged sections of lines Sponsored by Andreas Neumann
1 parent 1b1db22 commit 92ab671

File tree

3 files changed

+298
-80
lines changed

3 files changed

+298
-80
lines changed

src/app/qgslabelingwidget.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,5 @@ void QgsLabelingWidget::showEngineConfigDialog()
182182
{
183183
QgsLabelEngineConfigDialog dlg( this );
184184
dlg.exec();
185+
emit widgetChanged();
185186
}

0 commit comments

Comments
 (0)