mapeditor.cpp
changeset 815 2881c4424190
parent 814 31de6677aa96
child 816 3086ee01554a
     1.1 --- a/mapeditor.cpp	Thu Dec 03 22:32:24 2009 +0000
     1.2 +++ b/mapeditor.cpp	Mon Dec 07 21:56:46 2009 +0000
     1.3 @@ -1,4 +1,4 @@
     1.4 -														  #include "mapeditor.h"
     1.5 +#include "mapeditor.h"
     1.6  
     1.7  #include <iostream>
     1.8  #include <cstdlib>
     1.9 @@ -286,7 +286,7 @@
    1.10  		zoomAnimation.stop();
    1.11  	if (settings.value ("/animation/use/",true).toBool() )
    1.12  	{
    1.13 -		//zoomAnimation=QtPropertyAnimation(this, "zoomFactor");
    1.14 +		//zoomAnimation=QPropertyAnimation(this, "zoomFactor");
    1.15  		zoomAnimation.setTargetObject (this);
    1.16  		zoomAnimation.setPropertyName ("zoomFactor");
    1.17  		zoomAnimation.setDuration(1000);
    1.18 @@ -1485,7 +1485,7 @@
    1.19  				}
    1.20  			} else
    1.21  			{
    1.22 -				// No destination, undo  temporary move	// FIXME-1 animation missing now?
    1.23 +				// No destination, undo  temporary move	
    1.24  
    1.25  				if (seli->depth()==1)
    1.26  				{
    1.27 @@ -1505,7 +1505,7 @@
    1.28  				}
    1.29  
    1.30  				// Draw the original link, before selection was moved around
    1.31 -				if (settings.value("/animation/use",false).toBool() && seli->depth()>1) 
    1.32 +				if (settings.value("/animation/use",true).toBool() && seli->depth()>1) 
    1.33  				{
    1.34  					lmosel->setRelPos();	// calc relPos first for starting point
    1.35