diff -r fbb8c8560551 -r 309609406650 headingobj.cpp --- a/headingobj.cpp Tue Jan 03 09:44:41 2006 +0000 +++ b/headingobj.cpp Tue Jan 03 09:44:41 2006 +0000 @@ -40,8 +40,10 @@ void HeadingObj::move(double x, double y) { MapObj::move(x,y); + int h; // height of a textline int ho; // offset of height while drawing all lines + if (textline.first() ) h=textline.first()->boundingRect().height(); else @@ -185,6 +187,7 @@ } } setVisibility (visible); + move (absPos.x(),absPos.y()); calcBBoxSize(); }