mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
Show more DD buttons when setting background of text format
Currently they are only shown in labels settings dialog
This commit is contained in:
parent
28bcd7eb8a
commit
e73c07b097
@ -1857,8 +1857,8 @@ void QgsTextFormatWidget::showBackgroundRadius( bool show )
|
||||
|
||||
mShapeRadiusUnitWidget->setVisible( show );
|
||||
|
||||
mShapeRadiusDDBtn->setVisible( show && mWidgetMode == Labeling );
|
||||
mShapeRadiusUnitsDDBtn->setVisible( show && mWidgetMode == Labeling );
|
||||
mShapeRadiusDDBtn->setVisible( show );
|
||||
mShapeRadiusUnitsDDBtn->setVisible( show );
|
||||
}
|
||||
|
||||
void QgsTextFormatWidget::showBackgroundPenStyle( bool show )
|
||||
@ -1866,7 +1866,7 @@ void QgsTextFormatWidget::showBackgroundPenStyle( bool show )
|
||||
mShapePenStyleLabel->setVisible( show );
|
||||
mShapePenStyleCmbBx->setVisible( show );
|
||||
|
||||
mShapePenStyleDDBtn->setVisible( show && mWidgetMode == Labeling );
|
||||
mShapePenStyleDDBtn->setVisible( show );
|
||||
}
|
||||
|
||||
void QgsTextFormatWidget::enableDataDefinedAlignment( bool enable )
|
||||
|
Loading…
x
Reference in New Issue
Block a user