Mercurial > hg > svgui
diff layer/WaveformLayer.h @ 216:34bbbcb3c01f sv1-1.0pre1
* Make getPropertyRangeAndValue return the default separately from the current
value. Previously some contexts were incorrectly treating the current value
as a default.
author | Chris Cannam |
---|---|
date | Fri, 02 Mar 2007 14:00:12 +0000 |
parents | 42118892f428 |
children | 11021509c4eb |
line wrap: on
line diff
--- a/layer/WaveformLayer.h Fri Mar 02 13:01:41 2007 +0000 +++ b/layer/WaveformLayer.h Fri Mar 02 14:00:12 2007 +0000 @@ -53,7 +53,7 @@ virtual PropertyType getPropertyType(const PropertyName &) const; virtual QString getPropertyGroupName(const PropertyName &) const; virtual int getPropertyRangeAndValue(const PropertyName &, - int *min, int *max) const; + int *min, int *max, int *deflt) const; virtual QString getPropertyValueLabel(const PropertyName &, int value) const; virtual RangeMapper *getNewPropertyRangeMapper(const PropertyName &) const;