[Igarden-commit] Garden/source/PlanTool ToolPalette.cpp, 1.20.2.7, 1.20.2.8
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-05-11 02:59:44
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv30542/source/PlanTool Modified Files: Tag: Release_branch_v1 ToolPalette.cpp Log Message: FIx a crash in the palette Index: ToolPalette.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/ToolPalette.cpp,v retrieving revision 1.20.2.7 retrieving revision 1.20.2.8 diff -C2 -d -r1.20.2.7 -r1.20.2.8 *** ToolPalette.cpp 19 Mar 2008 01:35:55 -0000 1.20.2.7 --- ToolPalette.cpp 11 May 2008 02:59:50 -0000 1.20.2.8 *************** *** 554,558 **** if(!enabled && _currentPlanTool == _pathElementTools[n].planTool) { ! toolCount = _planTools.Length(); for(tool = 0; tool < toolCount; tool++) { --- 554,558 ---- if(!enabled && _currentPlanTool == _pathElementTools[n].planTool) { ! toolCount = _pathElementTools.Length(); for(tool = 0; tool < toolCount; tool++) { |