ornamentedobj.cpp
changeset 705 eac7bcfbfc55
parent 663 827d334d55f1
child 721 12958f987bcf
     1.1 --- a/ornamentedobj.cpp	Fri Feb 01 15:28:35 2008 +0000
     1.2 +++ b/ornamentedobj.cpp	Wed May 14 14:11:33 2008 +0000
     1.3 @@ -247,7 +247,7 @@
     1.4  
     1.5  void OrnamentedObj::move2RelPos(double x, double y)
     1.6  {
     1.7 -	setRelPos (QPointF((int)x,(int)y));
     1.8 +	setRelPos (QPointF(x,y));
     1.9  	if (parObj)
    1.10  	{
    1.11  		QPointF p=parObj->getChildPos();