Fix T73190: Anim Player button in the status bar when scrubbing
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user