Mercurial > hg > easaier-soundaccess
diff layer/SliceLayer.h @ 61:0387f53242b2
fix the 2ed color bug in the layer list. Now color in layer list is ok.
author | benoitrigolleau |
---|---|
date | Tue, 29 May 2007 09:26:15 +0000 |
parents | fc9323a41f5a |
children |
line wrap: on
line diff
--- a/layer/SliceLayer.h Tue May 29 08:42:49 2007 +0000 +++ b/layer/SliceLayer.h Tue May 29 09:26:15 2007 +0000 @@ -73,8 +73,8 @@ enum BinScale { LinearBins, LogBins, InvertedLogBins }; - void setBaseColour(QColor); - QColor getBaseColour() const { return m_colour; } + virtual void setBaseColour(QColor); + virtual QColor getBaseColour() const { return m_colour; } void setFillColourMap(int); int getFillColourMap() const { return m_colourMap; }