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

Caused by a missing notifier on the animation_play operator.
This commit is contained in:
julianeisel
2015-01-25 02:43:57 +01:00
parent 492b9ab5e3
commit 2855485565

View File

@@ -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 */