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:
parent
2c8ad7ab3e
commit
27dd21091a
@ -275,7 +275,7 @@ Shape::MakePropertyObject() const
|
||||
if (!object)
|
||||
return NULL;
|
||||
|
||||
object->AddProperty(new BoolProperty(PROPERTY_HINTING, fHinting));
|
||||
// object->AddProperty(new BoolProperty(PROPERTY_HINTING, fHinting));
|
||||
|
||||
object->AddProperty(new FloatProperty(PROPERTY_MIN_VISIBILITY_SCALE,
|
||||
fMinVisibilityScale, 0, 4));
|
||||
@ -294,7 +294,7 @@ Shape::SetToPropertyObject(const PropertyObject* object)
|
||||
IconObject::SetToPropertyObject(object);
|
||||
|
||||
// hinting
|
||||
SetHinting(object->Value(PROPERTY_HINTING, fHinting));
|
||||
// SetHinting(object->Value(PROPERTY_HINTING, fHinting));
|
||||
|
||||
// min visibility scale
|
||||
SetMinVisibilityScale(object->Value(PROPERTY_MIN_VISIBILITY_SCALE,
|
||||
|
Loading…
Reference in New Issue
Block a user