Mercurial > hg > svgui
diff layer/Colour3DPlotLayer.h @ 183:5f86ae638b04
* Omit translucent blue fill for selection rectangles that are superimposed
over layers that use colours for meaningful purposes such as the spectrogram
(CHARM change request)
author | Chris Cannam |
---|---|
date | Fri, 24 Nov 2006 16:56:15 +0000 |
parents | 42118892f428 |
children | 57c2350a8c40 |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.h Fri Nov 17 16:27:39 2006 +0000 +++ b/layer/Colour3DPlotLayer.h Fri Nov 24 16:56:15 2006 +0000 @@ -62,6 +62,8 @@ virtual bool isLayerScrollable(const View *v) const; + virtual bool isLayerColourSignificant() const { return true; } + void setModel(const DenseThreeDimensionalModel *model); virtual int getCompletion(View *) const { return m_model->getCompletion(); }