# HG changeset patch # User insilmaril # Date 1209995202 0 # Node ID 2bbdcca6e779d7f71920f94f544934e7b6746ef8 # Parent 07fead1e540b6fd85447bafca09265e06d66b9d6 Some code cleanup and experimental stuff to support animations later diff -r 07fead1e540b -r 2bbdcca6e779 ornamentedobj.cpp --- a/ornamentedobj.cpp Mon May 05 13:46:42 2008 +0000 +++ b/ornamentedobj.cpp Mon May 05 13:46:42 2008 +0000 @@ -247,7 +247,7 @@ void OrnamentedObj::move2RelPos(double x, double y) { - setRelPos (QPointF((int)x,(int)y)); + setRelPos (QPointF(x,y)); if (parObj) { QPointF p=parObj->getChildPos();