[Igarden-commit] Garden/source/LayoutDB Path.cpp, 1.67.2.1, 1.67.2.2
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-01-31 00:42:31
|
Update of /cvsroot/igarden/Garden/source/LayoutDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv19999 Modified Files: Tag: Release_branch_v1 Path.cpp Log Message: Keep backdrops from showing in non-color plan styles Index: Path.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/LayoutDB/Path.cpp,v retrieving revision 1.67.2.1 retrieving revision 1.67.2.2 diff -C2 -d -r1.67.2.1 -r1.67.2.2 *** Path.cpp 1 Nov 2006 03:18:29 -0000 1.67.2.1 --- Path.cpp 31 Jan 2007 00:42:30 -0000 1.67.2.2 *************** *** 569,573 **** DocumentTags *state; ! if(_owningElement->HasDocument()) { state = GetActiveSavedState(_owningElement->GetDocument()); --- 569,573 ---- DocumentTags *state; ! if(_owningElement->HasDocument() && view->ShouldDisplay(kStyleDisplayColor)) { state = GetActiveSavedState(_owningElement->GetDocument()); |