mapeditor.cpp
changeset 824 36eb4b8f409e
parent 823 0bba81dde1bc
child 834 0fad394bc330
     1.1 --- a/mapeditor.cpp	Fri Feb 19 13:47:03 2010 +0000
     1.2 +++ b/mapeditor.cpp	Thu Feb 25 11:03:52 2010 +0000
     1.3 @@ -1527,7 +1527,10 @@
     1.4  				}
     1.5  
     1.6  				// Draw the original link, before selection was moved around
     1.7 -				if (settings.value("/animation/use",true).toBool() && seli->depth()>1) 
     1.8 +				if (settings.value("/animation/use",true).toBool() 
     1.9 +					&& seli->depth()>1
    1.10 +//					&& distance (lmosel->getRelPos(),movingObj_orgRelPos)<3
    1.11 +				) 
    1.12  				{
    1.13  					lmosel->setRelPos();	// calc relPos first for starting point
    1.14