+ fixes #0001806: Wrong object name shown in App::PropertyLink Properties in the property editor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user