[Bf-blender-cvs] [2f49be5] master: Fix for Editor Fullscreen on Sequencer

Dalai Felinto noreply at git.blender.org
Tue Oct 14 23:33:14 CEST 2014


Commit: 2f49be5b2073bb0cab44d3eecd20009f90671001
Author: Dalai Felinto
Date:   Tue Oct 14 18:31:02 2014 -0300
Branches: master
https://developer.blender.org/rB2f49be5b2073bb0cab44d3eecd20009f90671001

Fix for Editor Fullscreen on Sequencer

The sequencer 'display' area is a region on its own, so we can't hide
the preview regions. The only problem is that the <-> resize icon shows
in the main region, so you only see it over the tracks region in the
sequencer, I'm not addressing this though.

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

M	source/blender/editors/screen/screen_edit.c

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

diff --git a/source/blender/editors/screen/screen_edit.c b/source/blender/editors/screen/screen_edit.c
index e9aa3ff..9463a70 100644
--- a/source/blender/editors/screen/screen_edit.c
+++ b/source/blender/editors/screen/screen_edit.c
@@ -1906,7 +1906,6 @@ ScrArea *ED_screen_state_toggle(bContext *C, wmWindow *win, ScrArea *sa, const s
 
 				if (ELEM(ar->regiontype,
 				         RGN_TYPE_UI,
-				         RGN_TYPE_PREVIEW,
 				         RGN_TYPE_HEADER,
 				         RGN_TYPE_TOOLS))
 				{




More information about the Bf-blender-cvs mailing list