Cleanup: make format (VSE)

This commit is contained in:
Dalai Felinto 2021-10-11 10:10:54 +02:00
parent 813ca82f1e
commit 6e92a2d591
1 changed files with 2 additions and 1 deletions

View File

@ -782,7 +782,8 @@ static void sequencer_preview_region_draw(const bContext *C, ARegion *region)
Scene *scene = CTX_data_scene(C);
wmWindowManager *wm = CTX_wm_manager(C);
const bool draw_overlay = sseq->flag & SEQ_SHOW_OVERLAY;
const bool draw_frame_overlay = (scene->ed && (scene->ed->over_flag & SEQ_EDIT_USE_FRAME_OVERLAY) &&
const bool draw_frame_overlay = (scene->ed &&
(scene->ed->over_flag & SEQ_EDIT_USE_FRAME_OVERLAY) &&
draw_overlay);
const bool is_playing = ED_screen_animation_playing(wm);