[Igarden-commit] Garden/source/PlanTool PlanTool.cpp, 1.20.2.1, 1.20.2.2
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-10 18:59:53
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv29436 Modified Files: Tag: Release_branch_v1 PlanTool.cpp Log Message: Stop re-selecting the select tool when another tool completes Index: PlanTool.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/PlanTool.cpp,v retrieving revision 1.20.2.1 retrieving revision 1.20.2.2 diff -C2 -d -r1.20.2.1 -r1.20.2.2 *** PlanTool.cpp 19 Jan 2007 13:43:53 -0000 1.20.2.1 --- PlanTool.cpp 10 Feb 2007 18:59:50 -0000 1.20.2.2 *************** *** 372,377 **** view->_planUndoer->PostAction(_currentAction); _currentAction = NULL; ! if(_toolPalette != NULL) ! _toolPalette->PickBasePaletteTool(view, 0); // revert to select tool } --- 372,377 ---- view->_planUndoer->PostAction(_currentAction); _currentAction = NULL; ! // if(_toolPalette != NULL) ! // _toolPalette->PickBasePaletteTool(view, 0); // revert to select tool } |