Fix T73190: Anim Player button in the status bar when scrubbing

This commit is contained in:
Julian Eisel 2020-01-17 13:44:13 +01:00
parent b9fa80ed5a
commit d57b93437e
Notes: blender-bot 2023-02-14 01:07:44 +01:00
Referenced by issue #73190, Anim Player button in the status bar when scrubbing.
1 changed files with 1 additions and 1 deletions

View File

@ -7044,7 +7044,7 @@ void uiTemplateRunningJobs(uiLayout *layout, bContext *C)
}
}
if (ED_screen_animation_playing(wm)) {
if (ED_screen_animation_no_scrub(wm)) {
uiDefIconTextBut(block,
UI_BTYPE_BUT,
B_STOPANIM,