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:
Diffstat (limited to 'source/blender/src/space.c')
-rw-r--r--source/blender/src/space.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index 12c67ea4c07..0665fe0c0c3 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -6078,6 +6078,10 @@ static void init_textspace(ScrArea *sa)
st->lheight= 12;
st->showlinenrs= 0;
st->tabnumber = 4;
+ st->showsyntax= 0;
+ st->doplugins= 0;
+ st->overwrite= 0;
+ st->wordwrap= 0;
st->currtab_set = 0;
st->top= 0;