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:
authorDalai Felinto <dfelinto@gmail.com>2014-10-15 01:31:02 +0400
committerDalai Felinto <dfelinto@gmail.com>2014-10-15 01:31:06 +0400
commit2f49be5b2073bb0cab44d3eecd20009f90671001 (patch)
treed28484505a41e9bdcc658c3d591b758c12790642 /source/blender/editors/screen/screen_edit.c
parent7c25f16f1ac4b6857cc48a2b977af687615709ae (diff)
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.
Diffstat (limited to 'source/blender/editors/screen/screen_edit.c')
-rw-r--r--source/blender/editors/screen/screen_edit.c1
1 files changed, 0 insertions, 1 deletions
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))
{