If 'view->play' is interrupted with the 'stop' button, note that the playback has...
[synfig.git] / 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;