Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <eiseljulian@gmail.com>2020-01-17 15:44:13 +0300
committerJulian Eisel <eiseljulian@gmail.com>2020-01-17 15:46:01 +0300
commitd57b93437e433072999a6d495a39aa4e408526aa (patch)
tree7f6b16d3badf79c40013ab02693b47d97e7503a7 /source/blender/editors/interface/interface_templates.c
parentb9fa80ed5ac0d108f62d7260b3e1a977f63781db (diff)
Fix T73190: Anim Player button in the status bar when scrubbing
Diffstat (limited to 'source/blender/editors/interface/interface_templates.c')
-rw-r--r--source/blender/editors/interface/interface_templates.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c
index f0e15e16e91..4fcc8ba4112 100644
--- a/source/blender/editors/interface/interface_templates.c
+++ b/source/blender/editors/interface/interface_templates.c
@@ -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,