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_sequencer/sequencer_preview.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_sequencer/sequencer_preview.c')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_preview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_preview.c b/source/blender/editors/space_sequencer/sequencer_preview.c
index 81ddd0dd8cc..8ec3ed850d2 100644
--- a/source/blender/editors/space_sequencer/sequencer_preview.c
+++ b/source/blender/editors/space_sequencer/sequencer_preview.c
@@ -134,7 +134,7 @@ void sequencer_preview_add_sound(const bContext *C, Sequence *seq)
PreviewJobAudio *audiojob = MEM_callocN(sizeof(PreviewJobAudio), "preview_audio");
wm_job = WM_jobs_get(CTX_wm_manager(C),
CTX_wm_window(C),
- sa,
+ CTX_data_scene(C),
"Strip Previews",
WM_JOB_PROGRESS,
WM_JOB_TYPE_SEQ_BUILD_PREVIEW);