Disabled the display of the "Rounding" (a.k.a. Hinting) property for the time
being. The implementation isn't currently finished. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31810 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -275,7 +275,7 @@ Shape::MakePropertyObject() const
|
|||||||
if (!object)
|
if (!object)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
object->AddProperty(new BoolProperty(PROPERTY_HINTING, fHinting));
|
// object->AddProperty(new BoolProperty(PROPERTY_HINTING, fHinting));
|
||||||
|
|
||||||
object->AddProperty(new FloatProperty(PROPERTY_MIN_VISIBILITY_SCALE,
|
object->AddProperty(new FloatProperty(PROPERTY_MIN_VISIBILITY_SCALE,
|
||||||
fMinVisibilityScale, 0, 4));
|
fMinVisibilityScale, 0, 4));
|
||||||
@@ -294,7 +294,7 @@ Shape::SetToPropertyObject(const PropertyObject* object)
|
|||||||
IconObject::SetToPropertyObject(object);
|
IconObject::SetToPropertyObject(object);
|
||||||
|
|
||||||
// hinting
|
// hinting
|
||||||
SetHinting(object->Value(PROPERTY_HINTING, fHinting));
|
// SetHinting(object->Value(PROPERTY_HINTING, fHinting));
|
||||||
|
|
||||||
// min visibility scale
|
// min visibility scale
|
||||||
SetMinVisibilityScale(object->Value(PROPERTY_MIN_VISIBILITY_SCALE,
|
SetMinVisibilityScale(object->Value(PROPERTY_MIN_VISIBILITY_SCALE,
|
||||||
|
|||||||
Reference in New Issue
Block a user