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

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,