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-01-14 08:21:57 +0300
committerRichard Antalik <richardantalik@gmail.com>2019-01-14 08:57:07 +0300
commitfad5232f8af31fb9a0d282a046bd4f4fc0e6daed (patch)
tree9d9f0c3ad650ab5ab569fca898aec6cf031e3c41 /source/blender/editors/space_sequencer
parentf91b21f85bdc10c3ad31e9b3cacbd912bc6517c2 (diff)
Fix FPS meter not showing properly with no input
Reviewed by: Brecht Differential revision: https://developer.blender.org/D4136
Diffstat (limited to 'source/blender/editors/space_sequencer')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_draw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_draw.c b/source/blender/editors/space_sequencer/sequencer_draw.c
index d91ade75807..ebea2be82a6 100644
--- a/source/blender/editors/space_sequencer/sequencer_draw.c
+++ b/source/blender/editors/space_sequencer/sequencer_draw.c
@@ -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;
}