[Igarden-commit] Garden/source/LayoutDB RectanglePath.cpp, 1.38.2.9, 1.38.2.10
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-05-04 11:39:26
|
Update of /cvsroot/igarden/Garden/source/LayoutDB In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14441/source/LayoutDB Modified Files: Tag: Release_branch_v1 RectanglePath.cpp Log Message: Sometimes didn't repaint dimension lines on rectangle Index: RectanglePath.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/LayoutDB/RectanglePath.cpp,v retrieving revision 1.38.2.9 retrieving revision 1.38.2.10 diff -C2 -d -r1.38.2.9 -r1.38.2.10 *** RectanglePath.cpp 26 Mar 2008 22:21:36 -0000 1.38.2.9 --- RectanglePath.cpp 4 May 2008 11:39:29 -0000 1.38.2.10 *************** *** 704,707 **** --- 704,709 ---- _anchorPoints[Index].xOffset += dx; _anchorPoints[Index].yOffset += dy; + + RecalcDimensionPositions(); break; } |