From 32c95ccae440ac4b4996706743469e4101eac932 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Tue, 16 Nov 2004 15:08:42 +0000 Subject: 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! --- source/blender/src/outliner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/src/outliner.c') 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; -- cgit v1.2.3