diff -r 394b2f297e1d -r e47fe0d7b05b vymmodel.cpp --- a/vymmodel.cpp Thu Jul 17 11:11:55 2008 +0000 +++ b/vymmodel.cpp Mon Dec 01 16:44:35 2008 +0000 @@ -302,7 +302,7 @@ } mapEditor->updateSelection(); mapScene->update(); - animationTimer->start(); + if (!animObjList.isEmpty() ) animationTimer->start(); }