[Igarden-commit] Garden/source/PlanTool PlanDeleteAction.cpp, 1.1.2.1, 1.1.2.2
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-05-10 22:51:04
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv22173/source/PlanTool Modified Files: Tag: Release_branch_v1 PlanDeleteAction.cpp Log Message: Fix problem where elements would look selected when they weren't Index: PlanDeleteAction.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/PlanDeleteAction.cpp,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** PlanDeleteAction.cpp 14 Nov 2007 02:49:44 -0000 1.1.2.1 --- PlanDeleteAction.cpp 10 May 2008 22:50:21 -0000 1.1.2.2 *************** *** 87,91 **** --- 87,94 ---- POSTCONDITION(element->GetLayer() != NULL); } + _view->InvalView(); } + + // --------------------------------------------------------------------------- // void PlanDeleteAction::RedoSelf() |