Mercurial > hg > svgui
diff layer/SpectrogramLayer.h @ 1239:a496986aa61b
Fix #1792 measure tool crosshairs rendered in wrong colour. Also extend crosshairs over the no-man's-land at the left
author | Chris Cannam |
---|---|
date | Tue, 21 Feb 2017 11:12:07 +0000 |
parents | de1792daae07 |
children | b10bd0611d16 |
line wrap: on
line diff
--- a/layer/SpectrogramLayer.h Tue Feb 07 14:55:19 2017 +0000 +++ b/layer/SpectrogramLayer.h Tue Feb 21 11:12:07 2017 +0000 @@ -258,7 +258,7 @@ ColourScaleType m_colourScale; double m_colourScaleMultiple; int m_colourMap; - QColor m_crosshairColour; + mutable QColor m_crosshairColour; BinScale m_binScale; BinDisplay m_binDisplay; ColumnNormalization m_normalization; // of individual columns