diff -r 67cfa6e6b863 -r 7ced3733ba60 ornamentedobj.cpp --- a/ornamentedobj.cpp Tue Oct 24 15:36:38 2006 +0000 +++ b/ornamentedobj.cpp Mon Oct 30 12:39:37 2006 +0000 @@ -366,7 +366,7 @@ attribut("absPosY",QString().setNum(absPos.y(),10)); else { - if (depth==1) + if (depth==1 || typeid (*this)==typeid (FloatImageObj)) posAttr= attribut("relPosX",QString().setNum(relPos.x(),10)) + attribut("relPosY",QString().setNum(relPos.y(),10));