diff -r 10bd509b235c -r a7db20d79c32 branchobj.cpp --- a/branchobj.cpp Wed Jan 16 15:45:19 2008 +0000 +++ b/branchobj.cpp Fri Feb 01 15:28:35 2008 +0000 @@ -1424,6 +1424,28 @@ } +QPolygonF BranchObj::shape() +{ + QPolygonF p; + + QRectF r=getTotalBBox(); + if (orientation==LinkableMapObj::LeftOfCenter) + p <