[Igarden-commit] Garden/source/LayoutDB MaterialRef.cpp, 1.119.2.37, 1.119.2.38
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-05-23 13:05:33
|
Update of /cvsroot/igarden/Garden/source/LayoutDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv1195/source/LayoutDB Modified Files: Tag: Release_branch_v1 MaterialRef.cpp Log Message: Fix a problem with default scale gettin out of bounds (thick lines on SVG drawing). Index: MaterialRef.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/LayoutDB/MaterialRef.cpp,v retrieving revision 1.119.2.37 retrieving revision 1.119.2.38 diff -C2 -d -r1.119.2.37 -r1.119.2.38 *** MaterialRef.cpp 23 May 2008 12:15:46 -0000 1.119.2.37 --- MaterialRef.cpp 23 May 2008 13:05:32 -0000 1.119.2.38 *************** *** 1895,1899 **** planPoint_t aPoint; planLength_t actualSize = 0; - long lower, upper; GLenum err; short minYear, maxYear, primaryYear; --- 1895,1898 ---- *************** *** 1939,1942 **** --- 1938,1942 ---- glPopAttrib(); } + glLineWidth (1.0); if(numPoints >= 1 && ItemsCanBeResized(growX, growY) && (_material != NULL)) |