diff --git a/src/Mod/Sketcher/App/Sketch.cpp b/src/Mod/Sketcher/App/Sketch.cpp index bfd947afb6..c6fdf42bb5 100644 --- a/src/Mod/Sketcher/App/Sketch.cpp +++ b/src/Mod/Sketcher/App/Sketch.cpp @@ -155,7 +155,7 @@ bool Sketch::analyseBlockedGeometry(const std::vector& internal for (auto c : constraintList) { // is block driving - if (c->Type == Sketcher::Block && c->isDriving && c->First == geoindex) { + if (c->Type == Sketcher::Block && c->isActive && c->First == geoindex) { blockisDriving = true; } // We have another driving constraint (which may be InternalAlignment)