linkablemapobj.cpp
changeset 785 5987f9f15bac
parent 780 fe839bdfd10c
child 786 6269016c9905
     1.1 --- a/linkablemapobj.cpp	Mon Jul 27 12:53:17 2009 +0000
     1.2 +++ b/linkablemapobj.cpp	Mon Aug 03 10:42:12 2009 +0000
     1.3 @@ -440,6 +440,7 @@
     1.4  	// updateLinkGeometry is called from move, but called from constructor we don't
     1.5  	// have parents yet...
     1.6  
     1.7 +//cout <<"LMO::updateLinkGeometry: "<<treeItem->getHeadingStd()<<"  "<<parObj<<endl;
     1.8  	if (!parObj)	
     1.9  	{
    1.10  		// If I am a mapcenter, set childPos to middle of MapCenterObj
    1.11 @@ -460,7 +461,8 @@
    1.12  			bottomlineY=bbox.top() + bbox.height()/2;	// draw link to middle (of frame)
    1.13  			break;
    1.14  		case Bottom:
    1.15 -			bottomlineY=bbox.bottom()-1;	// draw link to bottom of box
    1.16 +			//bottomlineY=bbox.bottom()-1;	// draw link to bottom of box
    1.17 +			bottomlineY=bbox.bottom()-botPad;
    1.18  			break;
    1.19  	}
    1.20  	
    1.21 @@ -567,7 +569,7 @@
    1.22  {
    1.23  }
    1.24  
    1.25 -void LinkableMapObj::requestReposition()
    1.26 +void LinkableMapObj::requestReposition()	//FIXME-3 needed?
    1.27  {
    1.28  	if (!repositionRequest)
    1.29  	{