Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Show repeat label UI when labeling polygon perimeters
  • Loading branch information
manisandro committed Jun 21, 2014
1 parent 7fe4a20 commit 9f295da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgslabelinggui.cpp
Expand Up @@ -1295,7 +1295,7 @@ void QgsLabelingGui::updatePlacementWidgets()
mPlacementOffsetFrame->setVisible( showOffsetFrame );
mPlacementDistanceFrame->setVisible( showDistanceFrame );
mPlacementRotationFrame->setVisible( showRotationFrame );
mPlacementRepeatDistanceFrame->setVisible( curWdgt == pageLine );
mPlacementRepeatDistanceFrame->setVisible( curWdgt == pageLine || ( curWdgt == pagePolygon && radPolygonPerimeter->isChecked() ) );
mPlacementMaxCharAngleFrame->setVisible( showMaxCharAngleFrame );

mMultiLinesFrame->setEnabled( enableMultiLinesFrame );
Expand Down

0 comments on commit 9f295da

Please sign in to comment.