[Igarden-commit] Garden/source/PlanTool FreehandTool.cpp, 1.20.2.5, 1.20.2.6
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-04-16 10:16:25
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv4516/source/PlanTool Modified Files: Tag: Release_branch_v1 FreehandTool.cpp Log Message: Fix problem with overlap warnings not showing up on material add Index: FreehandTool.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/FreehandTool.cpp,v retrieving revision 1.20.2.5 retrieving revision 1.20.2.6 diff -C2 -d -r1.20.2.5 -r1.20.2.6 *** FreehandTool.cpp 24 Feb 2008 23:27:11 -0000 1.20.2.5 --- FreehandTool.cpp 16 Apr 2008 10:16:26 -0000 1.20.2.6 *************** *** 177,185 **** StartAction(action); newElem = _associatedPlanTool->CreatePathElement(view, _path); AddElementToAction(newElem); FinishAndPostAction(view2); if(!view->TestLastEventModifier(kModOptionDown)) _path->Smooth(1, 0); - _path->RecalculateElementPoints(); _initial = true; StopDynamicCursor(); --- 177,185 ---- StartAction(action); newElem = _associatedPlanTool->CreatePathElement(view, _path); + _path->RecalculateElementPoints(); AddElementToAction(newElem); FinishAndPostAction(view2); if(!view->TestLastEventModifier(kModOptionDown)) _path->Smooth(1, 0); _initial = true; StopDynamicCursor(); |