diff -r 394b2f297e1d -r cf274b28e5fe vymmodel.cpp --- a/vymmodel.cpp Thu Jul 17 11:11:55 2008 +0000 +++ b/vymmodel.cpp Wed Jul 30 14:42:03 2008 +0000 @@ -302,7 +302,7 @@ } mapEditor->updateSelection(); mapScene->update(); - animationTimer->start(); + if (!animObjList.isEmpty() ) animationTimer->start(); }