If 'view->play' is interrupted with the 'stop' button, note that the playback has...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 3 Oct 2007 19:35:48 +0000 (19:35 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 3 Oct 2007 19:35:48 +0000 (19:35 +0000)
git-svn-id: http://svn.voria.com/code@830 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/gtkmm/canvasview.cpp

index 718a90b..9e597d4 100644 (file)
@@ -2837,7 +2837,10 @@ CanvasView::play()
                        studio::App::iteration(false);
 
                if(get_cancel_status())
+               {
+                       is_playing_=false;
                        return;
+               }
        }
        is_playing_=false;