Fix FPS meter not showing properly with no input

Reviewed by: Brecht

Differential revision: https://developer.blender.org/D4136
This commit is contained in:
Richard Antalik 2019-01-13 21:21:57 -08:00
parent f91b21f85b
commit fad5232f8a
1 changed files with 1 additions and 0 deletions

View File

@ -1154,6 +1154,7 @@ void draw_image_seq(const bContext *C, Scene *scene, ARegion *ar, SpaceSeq *sseq
sequencer_draw_gpencil(C);
}
UI_view2d_view_restore(C);
return;
}