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/editors/space_text/space_text.c')
-rw-r--r--source/blender/editors/space_text/space_text.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_text/space_text.c b/source/blender/editors/space_text/space_text.c
index 314afeac0e6..a416e9cf973 100644
--- a/source/blender/editors/space_text/space_text.c
+++ b/source/blender/editors/space_text/space_text.c
@@ -127,8 +127,8 @@ static void text_listener(ScrArea *sa, wmNotifier *wmn)
switch(wmn->category) {
case NC_TEXT:
/* check if active text was changed, no need to redraw if text isn't active
- reference==NULL means text was unlinked, should update anyway for this
- case -- no way to know was text active before unlinking or not */
+ * reference==NULL means text was unlinked, should update anyway for this
+ * case -- no way to know was text active before unlinking or not */
if(wmn->reference && wmn->reference != st->text)
break;