From 27dd21091a6d7215adc0c649426e4c21483545d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Mon, 27 Jul 2009 14:39:39 +0000 Subject: [PATCH] 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 --- src/libs/icon/shape/Shape.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libs/icon/shape/Shape.cpp b/src/libs/icon/shape/Shape.cpp index 5f9b9bf0d6..68352b1c76 100644 --- a/src/libs/icon/shape/Shape.cpp +++ b/src/libs/icon/shape/Shape.cpp @@ -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,