author | insilmaril |
Mon, 05 May 2008 13:46:42 +0000 | |
changeset 694 | 2bbdcca6e779 |
parent 693 | 07fead1e540b |
child 695 | cade59622d81 |
1.1 --- a/ornamentedobj.cpp Mon May 05 13:46:42 2008 +0000 1.2 +++ b/ornamentedobj.cpp Mon May 05 13:46:42 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();