Skip to content

Commit 0f0030a

Browse files
committedAug 10, 2016
[pal] Improve line placement algorithm
Avoid placing labels over jagged sections of lines Sponsored by Andreas Neumann (cherry-picked from 92ab671)
1 parent 871fdb2 commit 0f0030a

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
@@ -181,4 +181,5 @@ void QgsLabelingWidget::showEngineConfigDialog()
181181
{
182182
QgsLabelEngineConfigDialog dlg( this );
183183
dlg.exec();
184+
emit widgetChanged();
184185
}

0 commit comments

Comments
 (0)
Please sign in to comment.