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