Skip to content

Commit

Permalink
[Style Dock] Attach widget changed for graduated widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed May 11, 2016
1 parent 18b69d2 commit febd18e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/symbology-ng/qgsgraduatedsymbolrendererv2widget.cpp
Expand Up @@ -918,6 +918,7 @@ void QgsGraduatedSymbolRendererV2Widget::changeRangeSymbol( int rangeIdx )

mRenderer->updateRangeSymbol( rangeIdx, newSymbol );
mHistogramWidget->refresh();
emit widgetChanged();
}

void QgsGraduatedSymbolRendererV2Widget::changeRange( int rangeIdx )
Expand Down Expand Up @@ -954,6 +955,7 @@ void QgsGraduatedSymbolRendererV2Widget::changeRange( int rangeIdx )
}
}
mHistogramWidget->refresh();
emit widgetChanged();
}

void QgsGraduatedSymbolRendererV2Widget::addClass()
Expand Down

0 comments on commit febd18e

Please sign in to comment.