mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Enable "add direction symbol" only for line layers (#4387)
This commit is contained in:
parent
2572388c68
commit
3a15509b7c
@ -62,6 +62,7 @@ QgsLabelingGui::QgsLabelingGui( QgsPalLabeling* lbl, QgsVectorLayer* layer, QgsM
|
||||
}
|
||||
|
||||
chkMergeLines->setEnabled( layer->geometryType() == QGis::Line );
|
||||
chkAddDirectionSymbol->setEnabled( layer->geometryType() == QGis::Line );
|
||||
label_19->setEnabled( layer->geometryType() != QGis::Point );
|
||||
mMinSizeSpinBox->setEnabled( layer->geometryType() != QGis::Point );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user