Mercurial > hg > svgui
diff layer/TextLayer.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 | 33929e0c3c6b |
children | e175ade2d6b0 |
line wrap: on
line diff
--- a/layer/TextLayer.h Fri Mar 02 13:01:41 2007 +0000 +++ b/layer/TextLayer.h Fri Mar 02 14:00:12 2007 +0000 @@ -65,7 +65,7 @@ virtual QString getPropertyLabel(const PropertyName &) const; virtual PropertyType getPropertyType(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 void setProperty(const PropertyName &, int value);