diff -r 31de6677aa96 -r 2881c4424190 mapeditor.cpp --- a/mapeditor.cpp Thu Dec 03 22:32:24 2009 +0000 +++ b/mapeditor.cpp Mon Dec 07 21:56:46 2009 +0000 @@ -1,4 +1,4 @@ - #include "mapeditor.h" +#include "mapeditor.h" #include #include @@ -286,7 +286,7 @@ zoomAnimation.stop(); if (settings.value ("/animation/use/",true).toBool() ) { - //zoomAnimation=QtPropertyAnimation(this, "zoomFactor"); + //zoomAnimation=QPropertyAnimation(this, "zoomFactor"); zoomAnimation.setTargetObject (this); zoomAnimation.setPropertyName ("zoomFactor"); zoomAnimation.setDuration(1000); @@ -1485,7 +1485,7 @@ } } else { - // No destination, undo temporary move // FIXME-1 animation missing now? + // No destination, undo temporary move if (seli->depth()==1) { @@ -1505,7 +1505,7 @@ } // Draw the original link, before selection was moved around - if (settings.value("/animation/use",false).toBool() && seli->depth()>1) + if (settings.value("/animation/use",true).toBool() && seli->depth()>1) { lmosel->setRelPos(); // calc relPos first for starting point