diff -r 67cfa6e6b863 -r 7ced3733ba60 floatobj.cpp --- a/floatobj.cpp Tue Oct 24 15:36:38 2006 +0000 +++ b/floatobj.cpp Mon Oct 30 12:39:37 2006 +0000 @@ -89,7 +89,7 @@ void FloatObj::reposition() { - move (parObj->getChildPos().x()+relPos.x(), parObj->getChildPos().y()+relPos.y()); + move2RelPos (relPos); updateLink(); }