linkablemapobj.cpp
changeset 97 0b048b6bb6f4
parent 95 f688a9913724
child 104 270593ab83b2
     1.1 --- a/linkablemapobj.cpp	Mon Apr 18 06:37:48 2005 +0000
     1.2 +++ b/linkablemapobj.cpp	Thu Apr 21 19:14:38 2005 +0000
     1.3 @@ -441,14 +441,6 @@
     1.4  		childPos=QPoint (absPos.x()+ bbox.width(), absPos.y() + offset ); 
     1.5  		parPos=QPoint (absPos.x(),absPos.y()+offset);
     1.6      }
     1.7 -	/* FIXME
     1.8 -		cout << "      LMO::updateLink   absPos="<<absPos<<endl;
     1.9 -		cout << "      LMO::updateLink childPos="<<childPos<<endl;
    1.10 -		cout << "      LMO::updateLink   parPos="<<parPos<<endl;
    1.11 -		cout << "      LMO::updateLink   offset="<<offset<<endl;
    1.12 -		cout << "      LMO::updateLink   bbox.w="<<bbox.width()<<endl;
    1.13 -		cout << "      LMO::updateLink   bbox.h="<<bbox.height()<<endl;
    1.14 -	*/	
    1.15  
    1.16  	double p1x=parPos.x();	// Link is drawn from P1 to P2
    1.17  	double p1y=parPos.y();