diff --git a/src/Gui/propertyeditor/PropertyItem.cpp b/src/Gui/propertyeditor/PropertyItem.cpp index a1ec748ee..fc3876222 100644 --- a/src/Gui/propertyeditor/PropertyItem.cpp +++ b/src/Gui/propertyeditor/PropertyItem.cpp @@ -2146,7 +2146,7 @@ PropertyLinkItem::PropertyLinkItem() QVariant PropertyLinkItem::toString(const QVariant& prop) const { QStringList list = prop.toStringList(); - return QVariant(list.last()); + return QVariant(list[2]); } QVariant PropertyLinkItem::value(const App::Property* prop) const