From 6b98223c07508d4e41272d5438e4e9cb539e6f4f Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 21 Oct 2014 21:40:25 +0200 Subject: [PATCH] + remove useless statement --- src/Gui/propertyeditor/PropertyItem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Gui/propertyeditor/PropertyItem.cpp b/src/Gui/propertyeditor/PropertyItem.cpp index 4256fea9f0..a1ec748eed 100644 --- a/src/Gui/propertyeditor/PropertyItem.cpp +++ b/src/Gui/propertyeditor/PropertyItem.cpp @@ -1009,7 +1009,6 @@ void PropertyVectorDistanceItem::setValue(const QVariant& variant) QString unit = QString::fromLatin1("('%1 %2'").arg(q.getValue()).arg(q.getUnit().getString()); q = Base::Quantity(value.y, Base::Unit::Length); unit + QString::fromLatin1("'%1 %2'").arg(q.getValue()).arg(q.getUnit().getString()); - q = Base::Quantity(value.z, Base::Unit::Length); setPropertyValue(unit); }