[Igarden-commit] Garden/source/Document PictureCell.cpp, 1.10.2.1, 1.10.2.2
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-01-11 01:31:58
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv25098 Modified Files: Tag: Release_branch_v1 PictureCell.cpp Log Message: FIx selecting the current picture, so that the top pane immediately changes Index: PictureCell.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/PictureCell.cpp,v retrieving revision 1.10.2.1 retrieving revision 1.10.2.2 diff -C2 -d -r1.10.2.1 -r1.10.2.2 *** PictureCell.cpp 29 Oct 2006 03:34:24 -0000 1.10.2.1 --- PictureCell.cpp 11 Jan 2007 01:31:54 -0000 1.10.2.2 *************** *** 230,233 **** --- 230,235 ---- PRECONDITION(_pictures.Length() != 0); entry = _pictures[index].entry; + if(picture != NULL) + *picture = _pictures[index].picture; } |