Gui: DAGView: adding check for App::DocumentObject
This commit is contained in:
@@ -479,6 +479,8 @@ void Model::updateSlot()
|
||||
std::vector<App::DocumentObject *> otherDObjects = currentDObject->getOutList();
|
||||
for (auto ¤tOtherDObject : otherDObjects)
|
||||
{
|
||||
if (!hasRecord(currentOtherDObject, *graphLink))
|
||||
continue;
|
||||
Vertex otherVertex = findRecord(currentOtherDObject, *graphLink).vertex;
|
||||
bool result;
|
||||
Edge edge;
|
||||
|
||||
Reference in New Issue
Block a user