diff -r 0bba81dde1bc -r 36eb4b8f409e mapeditor.cpp --- a/mapeditor.cpp Fri Feb 19 13:47:03 2010 +0000 +++ b/mapeditor.cpp Thu Feb 25 11:03:52 2010 +0000 @@ -1527,7 +1527,10 @@ } // Draw the original link, before selection was moved around - if (settings.value("/animation/use",true).toBool() && seli->depth()>1) + if (settings.value("/animation/use",true).toBool() + && seli->depth()>1 +// && distance (lmosel->getRelPos(),movingObj_orgRelPos)<3 + ) { lmosel->setRelPos(); // calc relPos first for starting point