[Bf-blender-cvs] [fad5232f8af] master: Fix FPS meter not showing properly with no input

Richard Antalik noreply at git.blender.org
Mon Jan 14 07:00:07 CET 2019


Commit: fad5232f8af31fb9a0d282a046bd4f4fc0e6daed
Author: Richard Antalik
Date:   Sun Jan 13 21:21:57 2019 -0800
Branches: master
https://developer.blender.org/rBfad5232f8af31fb9a0d282a046bd4f4fc0e6daed

Fix FPS meter not showing properly with no input

Reviewed by: Brecht

Differential revision: https://developer.blender.org/D4136

===================================================================

M	source/blender/editors/space_sequencer/sequencer_draw.c

===================================================================

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;
 	}



More information about the Bf-blender-cvs mailing list