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:
authorIan Thompson <quornian@googlemail.com>2008-08-14 01:13:56 +0400
committerIan Thompson <quornian@googlemail.com>2008-08-14 01:13:56 +0400
commit6a5976a0f5d0726dbaa526e88ae6abf3e703b8b8 (patch)
tree46785f119b3b97c067111d766cc2bead2f9e294c /source/blender/src/drawtext.c
parent55438d9fe0b0b61857cc2aa6b1edf16b9c07c1d5 (diff)
Added a Marker sub-menu to the Edit menu in the text space header.
Diffstat (limited to 'source/blender/src/drawtext.c')
-rw-r--r--source/blender/src/drawtext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/drawtext.c b/source/blender/src/drawtext.c
index e9c8c1b166c..da67c6573a3 100644
--- a/source/blender/src/drawtext.c
+++ b/source/blender/src/drawtext.c
@@ -2455,7 +2455,7 @@ static short do_markers(SpaceText *st, char ascii, unsigned short evnt, short va
text= st->text;
if (!text || text->id.lib || text->curl != text->sell) return 0;
- marker= txt_find_marker(text, text->curl, text->curc, 0);
+ marker= txt_find_marker(text, text->sell, text->selc, 0);
if (!marker) {
/* Find the next temporary marker */
if (evnt==TABKEY) {