branch | release-1-12-maintained |
changeset 56 | 39b806972b03 |
parent 40 | 394b2f297e1d |
child 57 | d045ba89798e |
1.1 --- a/vymmodel.cpp Thu Jul 17 11:11:55 2008 +0000 1.2 +++ b/vymmodel.cpp Tue Dec 09 16:44:46 2008 +0000 1.3 @@ -302,7 +302,7 @@ 1.4 } 1.5 mapEditor->updateSelection(); 1.6 mapScene->update(); 1.7 - animationTimer->start(); 1.8 + if (!animObjList.isEmpty() ) animationTimer->start(); 1.9 } 1.10 1.11