[Igarden-commit] Garden/source/PlanTool CircleTool.cpp, 1.5.2.5, 1.5.2.6
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-04-16 10:18:57
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv5999/source/PlanTool Modified Files: Tag: Release_branch_v1 CircleTool.cpp Log Message: Fix problem with overlap warnings not showing up on material add Index: CircleTool.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/CircleTool.cpp,v retrieving revision 1.5.2.5 retrieving revision 1.5.2.6 diff -C2 -d -r1.5.2.5 -r1.5.2.6 *** CircleTool.cpp 24 Feb 2008 23:23:26 -0000 1.5.2.5 --- CircleTool.cpp 16 Apr 2008 10:19:00 -0000 1.5.2.6 *************** *** 87,93 **** newElem = _associatedPlanTool->CreatePathElement(view, _curPath); AddElementToAction(newElem); FinishAndPostAction(wview); - _curPath->RecalculateElementPoints(); _initial = true; _curPath = NULL; --- 87,93 ---- newElem = _associatedPlanTool->CreatePathElement(view, _curPath); + _curPath->RecalculateElementPoints(); AddElementToAction(newElem); FinishAndPostAction(wview); _initial = true; _curPath = NULL; |