Commit: 285548556585a0a8f1878416013c83cb052d68fb
Author: julianeisel
Date:   Sun Jan 25 02:43:57 2015 +0100
Branches: master
https://developer.blender.org/rB285548556585a0a8f1878416013c83cb052d68fb

Fix T43399: VSE - don't show fps info when stopping animation with ALT+A

Caused by a missing notifier on the animation_play operator.

===================================================================

M       source/blender/editors/screen/screen_ops.c

===================================================================

diff --git a/source/blender/editors/screen/screen_ops.c 
b/source/blender/editors/screen/screen_ops.c
index 0ab04c6..8976224 100644
--- a/source/blender/editors/screen/screen_ops.c
+++ b/source/blender/editors/screen/screen_ops.c
@@ -3534,6 +3534,8 @@ int ED_screen_animation_play(bContext *C, int sync, int 
mode)
                /* stop playback now */
                ED_screen_animation_timer(C, 0, 0, 0, 0);
                sound_stop_scene(scene);
+
+               WM_event_add_notifier(C, NC_SCENE | ND_FRAME, scene);
        }
        else {
                int refresh = SPACE_TIME; /* these settings are currently only 
available from a menu in the TimeLine */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to