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
Notes: blender-bot 2023-02-14 09:41:25 +01:00
Referenced by issue #43399, VSE Frame rate does not go away when the animation is stopped
Referenced by issue #43008, Stacked Full Window Mode
1 changed files with 2 additions and 0 deletions

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