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:
authorRichard Antalik <richardantalik@gmail.com>2019-08-01 22:40:57 +0300
committerRichard Antalik <richardantalik@gmail.com>2019-08-01 22:42:01 +0300
commit2c4dfbb00246ff59cac424392588d55363aa2400 (patch)
tree58a6054218306e6dbcbdb5a3244eff9538d9b4c3 /source/blender/editors/space_clip/clip_editor.c
parentaa0322524ea6f59068dc4ea9cef5e6f3e2a7979a (diff)
Fix T66028: Move sequence, movieclip and text editor progressbars to status bar
Reviewed By: brecht Differential Revision: https://developer.blender.org/D5219
Diffstat (limited to 'source/blender/editors/space_clip/clip_editor.c')
-rw-r--r--source/blender/editors/space_clip/clip_editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_clip/clip_editor.c b/source/blender/editors/space_clip/clip_editor.c
index b0b6aa47df1..fbefc884589 100644
--- a/source/blender/editors/space_clip/clip_editor.c
+++ b/source/blender/editors/space_clip/clip_editor.c
@@ -1153,7 +1153,7 @@ void clip_start_prefetch_job(const bContext *C)
wm_job = WM_jobs_get(CTX_wm_manager(C),
CTX_wm_window(C),
- CTX_wm_area(C),
+ CTX_data_scene(C),
"Prefetching",
WM_JOB_PROGRESS,
WM_JOB_TYPE_CLIP_PREFETCH);