[Igarden-commit] Garden/source/LayoutDB ArcPath.cpp, 1.19.2.2, 1.19.2.3
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2007-01-28 05:50:52
|
Update of /cvsroot/igarden/Garden/source/LayoutDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv6812 Modified Files: Tag: Release_branch_v1 ArcPath.cpp Log Message: Force backdrop recalc for beta5 Index: ArcPath.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/LayoutDB/ArcPath.cpp,v retrieving revision 1.19.2.2 retrieving revision 1.19.2.3 diff -C2 -d -r1.19.2.2 -r1.19.2.3 *** ArcPath.cpp 11 Nov 2006 14:58:39 -0000 1.19.2.2 --- ArcPath.cpp 28 Jan 2007 05:50:51 -0000 1.19.2.3 *************** *** 290,294 **** } ! if(_recalcBackdrop) { if(_list == 0) --- 290,294 ---- } ! if(1) // _recalcBackdrop) Temp fix for beta 5 { if(_list == 0) |