Mercurial > hg > svgui
comparison layer/SpectrogramLayer.cpp @ 1140:ca910d8070c8 spectrogram-minor-refactor
Restore illuminateLocalFeatures in spectrogram
author | Chris Cannam |
---|---|
date | Fri, 05 Aug 2016 12:47:10 +0100 |
parents | 2976f57164ac |
children | f19dcb288123 |
comparison
equal
deleted
inserted
replaced
1139:2976f57164ac | 1140:ca910d8070c8 |
---|---|
1557 if (isLayerDormant(v)) { | 1557 if (isLayerDormant(v)) { |
1558 SVDEBUG << "SpectrogramLayer::paint(): Layer is dormant, making it undormant again" << endl; | 1558 SVDEBUG << "SpectrogramLayer::paint(): Layer is dormant, making it undormant again" << endl; |
1559 } | 1559 } |
1560 | 1560 |
1561 paintWithRenderer(v, paint, rect); | 1561 paintWithRenderer(v, paint, rect); |
1562 | |
1563 illuminateLocalFeatures(v, paint); | |
1562 } | 1564 } |
1563 | 1565 |
1564 void | 1566 void |
1565 SpectrogramLayer::illuminateLocalFeatures(LayerGeometryProvider *v, QPainter &paint) const | 1567 SpectrogramLayer::illuminateLocalFeatures(LayerGeometryProvider *v, QPainter &paint) const |
1566 { | 1568 { |