From 2f49be5b2073bb0cab44d3eecd20009f90671001 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Tue, 14 Oct 2014 18:31:02 -0300 Subject: 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. --- source/blender/editors/screen/screen_edit.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender') diff --git a/source/blender/editors/screen/screen_edit.c b/source/blender/editors/screen/screen_edit.c index e9aa3ffdcd5..9463a702b76 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)) { -- cgit v1.2.3