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