mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
Merge pull request #61732 from nicogodet/fix-61558
Add missing signal when changing attribute in graduated symbology style panel
This commit is contained in:
commit
7421d3f938
@ -833,6 +833,7 @@ void QgsGraduatedSymbolRendererWidget::updateUiFromRenderer( bool updateCount )
|
|||||||
void QgsGraduatedSymbolRendererWidget::graduatedColumnChanged( const QString &field )
|
void QgsGraduatedSymbolRendererWidget::graduatedColumnChanged( const QString &field )
|
||||||
{
|
{
|
||||||
mRenderer->setClassAttribute( field );
|
mRenderer->setClassAttribute( field );
|
||||||
|
emit widgetChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
void QgsGraduatedSymbolRendererWidget::methodComboBox_currentIndexChanged( int )
|
void QgsGraduatedSymbolRendererWidget::methodComboBox_currentIndexChanged( int )
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user