Allow datum point and line from circular reference
This commit is contained in:
committed by
Stefan Tröger
parent
5aa16e7807
commit
ef31d1ca20
@@ -194,6 +194,8 @@ const QString makeRefText(std::set<QString> hint)
|
||||
tText = QObject::tr("Plane");
|
||||
else if (((*t) == QObject::tr("DLINE")) || ((*t) == QObject::tr("Line")))
|
||||
tText = QObject::tr("Line");
|
||||
else if (((*t) == QObject::tr("DCIRCLE")) || ((*t) == QObject::tr("Circle")))
|
||||
tText = QObject::tr("Circle");
|
||||
else if (((*t) == QObject::tr("DPOINT")) || ((*t) == QObject::tr("Point")))
|
||||
tText = QObject::tr("Point");
|
||||
else if (((*t) == QObject::tr("DCYLINDER")) || ((*t) == QObject::tr("Cylinder")))
|
||||
|
||||
Reference in New Issue
Block a user