From d6e16019fd23831ac2a2e84ceb58666fcd595f67 Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Wed, 14 Jun 2017 14:43:10 +0800 Subject: [PATCH] Path.Area: fixed random wrong section output --- src/Mod/Path/App/Area.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Path/App/Area.cpp b/src/Mod/Path/App/Area.cpp index ed06691ece..63f16b13f4 100644 --- a/src/Mod/Path/App/Area.cpp +++ b/src/Mod/Path/App/Area.cpp @@ -173,6 +173,7 @@ Area::Area(const Area &other, bool deep_copy) ,myHaveFace(other.myHaveFace) ,myHaveSolid(other.myHaveSolid) ,myShapeDone(false) +,myProjecting(false) { if(!deep_copy || !other.isBuilt()) return;