diff --git a/src/Gui/DAGView/DAGModel.cpp b/src/Gui/DAGView/DAGModel.cpp index 608f12e36b..574843dc48 100644 --- a/src/Gui/DAGView/DAGModel.cpp +++ b/src/Gui/DAGView/DAGModel.cpp @@ -552,6 +552,8 @@ void Model::updateSlot() catch(const boost::not_a_dag &) { Base::Console().Error("not a dag exception in DAGView::Model::updateSlot()\n"); + //do not continuously report an error for cyclic graphs + graphDirty = false; return; } //index the vertices in sort order.