mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
[Style Dock] Attach widget changed for graduated widgets
This commit is contained in:
parent
18b69d26ef
commit
febd18eec7
@ -918,6 +918,7 @@ void QgsGraduatedSymbolRendererV2Widget::changeRangeSymbol( int rangeIdx )
|
||||
|
||||
mRenderer->updateRangeSymbol( rangeIdx, newSymbol );
|
||||
mHistogramWidget->refresh();
|
||||
emit widgetChanged();
|
||||
}
|
||||
|
||||
void QgsGraduatedSymbolRendererV2Widget::changeRange( int rangeIdx )
|
||||
@ -954,6 +955,7 @@ void QgsGraduatedSymbolRendererV2Widget::changeRange( int rangeIdx )
|
||||
}
|
||||
}
|
||||
mHistogramWidget->refresh();
|
||||
emit widgetChanged();
|
||||
}
|
||||
|
||||
void QgsGraduatedSymbolRendererV2Widget::addClass()
|
||||
|
Loading…
x
Reference in New Issue
Block a user