[Igarden-commit] Garden/source/PlanTool LineTool.cpp, 1.10.2.4, 1.10.2.5
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-04-16 10:17:16
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv5166/source/PlanTool Modified Files: Tag: Release_branch_v1 LineTool.cpp Log Message: Fix problem with overlap warnings not showing up on material add Index: LineTool.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/LineTool.cpp,v retrieving revision 1.10.2.4 retrieving revision 1.10.2.5 diff -C2 -d -r1.10.2.4 -r1.10.2.5 *** LineTool.cpp 24 Feb 2008 23:23:44 -0000 1.10.2.4 --- LineTool.cpp 16 Apr 2008 10:17:16 -0000 1.10.2.5 *************** *** 120,126 **** MEMCHECK(path); newElem = _associatedPlanTool->CreatePathElement(view, path); AddElementToAction(newElem); FinishAndPostAction(view2); - path->RecalculateElementPoints(); _initial = true; StopDynamicCursor(); --- 120,126 ---- MEMCHECK(path); newElem = _associatedPlanTool->CreatePathElement(view, path); + path->RecalculateElementPoints(); AddElementToAction(newElem); FinishAndPostAction(view2); _initial = true; StopDynamicCursor(); |