diff -r 10bd509b235c -r 4e558a15a804 branchobj.cpp --- a/branchobj.cpp Wed Jan 16 15:45:19 2008 +0000 +++ b/branchobj.cpp Tue Apr 08 08:28:37 2008 +0000 @@ -1424,6 +1424,28 @@ } +QPolygonF BranchObj::shape() +{ + QPolygonF p; + + QRectF r=getTotalBBox(); + if (orientation==LinkableMapObj::LeftOfCenter) + p <