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:
Diffstat (limited to 'source/blender/editors/util/ed_util_imbuf.c')
-rw-r--r--source/blender/editors/util/ed_util_imbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/util/ed_util_imbuf.c b/source/blender/editors/util/ed_util_imbuf.c
index 9e05efca3df..fcbc0807893 100644
--- a/source/blender/editors/util/ed_util_imbuf.c
+++ b/source/blender/editors/util/ed_util_imbuf.c
@@ -565,7 +565,7 @@ bool ED_imbuf_sample_poll(bContext *C)
return false;
}
- return sseq && SEQ_editing_get(CTX_data_scene(C), false) != NULL;
+ return sseq && SEQ_editing_get(CTX_data_scene(C)) != NULL;
}
return false;