mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04: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 )
|
||||
{
|
||||
mRenderer->setClassAttribute( field );
|
||||
emit widgetChanged();
|
||||
}
|
||||
|
||||
void QgsGraduatedSymbolRendererWidget::methodComboBox_currentIndexChanged( int )
|
||||
|
Loading…
x
Reference in New Issue
Block a user