[Igarden-commit] Garden/source/SourceMaterialDB Material.cpp, 1.43.2.11, 1.43.2.12
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-04-11 10:38:22
|
Update of /cvsroot/igarden/Garden/source/SourceMaterialDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv30158/source/SourceMaterialDB Modified Files: Tag: Release_branch_v1 Material.cpp Log Message: If column set is read-only, then open a read-only version of the picture selection dialog Rcalculate scroll parameters when column set changes Index: Material.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/SourceMaterialDB/Material.cpp,v retrieving revision 1.43.2.11 retrieving revision 1.43.2.12 diff -C2 -d -r1.43.2.11 -r1.43.2.12 *** Material.cpp 21 Mar 2008 21:53:51 -0000 1.43.2.11 --- Material.cpp 11 Apr 2008 10:38:25 -0000 1.43.2.12 *************** *** 1266,1270 **** if(found) entry.SetEncodedString(nameStr); ! return found; } --- 1266,1272 ---- if(found) entry.SetEncodedString(nameStr); ! else ! entry.Clear(); ! return found; } |