[Igarden-commit] Garden/source/PlanTool ActiveMaterial.cpp, 1.45.2.16, 1.45.2.17
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-02-10 20:20:37
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv29829 Modified Files: Tag: Release_branch_v1 ActiveMaterial.cpp Log Message: Bug: Picture copyright didn't clear when palette was cleared Index: ActiveMaterial.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/ActiveMaterial.cpp,v retrieving revision 1.45.2.16 retrieving revision 1.45.2.17 diff -C2 -d -r1.45.2.16 -r1.45.2.17 *** ActiveMaterial.cpp 9 Feb 2007 02:42:10 -0000 1.45.2.16 --- ActiveMaterial.cpp 10 Feb 2007 20:20:35 -0000 1.45.2.17 *************** *** 525,528 **** --- 525,529 ---- { DisplayName("", kPictureExact); + _annotationText->SetText(""); XGDirectory mkdir; _drawing->Deactivate(); *************** *** 689,692 **** --- 690,694 ---- { DisplayName("", kPictureExact); + _annotationText->SetText(""); _message->SetTitle("Nothing Loaded"); _message->ShowView(); |