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:
authorTon Roosendaal <ton@blender.org>2004-11-16 18:08:42 +0300
committerTon Roosendaal <ton@blender.org>2004-11-16 18:08:42 +0300
commit32c95ccae440ac4b4996706743469e4101eac932 (patch)
treea1c94fd277b6eb58288c32a8f2536550567b1639 /source/blender/src/outliner.c
parent1e7370c535fed7c7a8ee86990081a8d076df88c9 (diff)
Three bugfixes, as reported on release;
- loopselect doesnt work proper with vertices outside window - outliner crash on script select (potential showstopper...) - make curve parent menu, press ESC, crashed blender All minimal changes in code. no new development, promised!
Diffstat (limited to 'source/blender/src/outliner.c')
-rw-r--r--source/blender/src/outliner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/outliner.c b/source/blender/src/outliner.c
index 194a1608a06..7db1318d214 100644
--- a/source/blender/src/outliner.c
+++ b/source/blender/src/outliner.c
@@ -1225,7 +1225,7 @@ static int tree_element_active_text(SpaceOops *soops, TreeElement *te, int set)
if(set) {
st->text= (Text *)tselem->id;
- pop_space_text(st);
+ st->top= 0;
scrarea_queue_redraw(sa);
}
else if(st->text==(Text *)tselem->id) return 1;