+ add missing comma in property item
This commit is contained in:
parent
38d90ab4c2
commit
b55defa4f3
|
@ -74,7 +74,7 @@ QVariant PropertyMeshKernelItem::value(const App::Property*) const
|
|||
ctF += (int)rMesh.CountFacets();
|
||||
}
|
||||
|
||||
QString str = QObject::tr("[Points: %1, Edges: %2 Faces: %3]").arg(ctP).arg(ctE).arg(ctF);
|
||||
QString str = QObject::tr("[Points: %1, Edges: %2, Faces: %3]").arg(ctP).arg(ctE).arg(ctF);
|
||||
return QVariant(str);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user