From 26b2648a7271eac73b41fc8ded49db84069a0764 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Mon, 25 Jul 2005 10:58:21 +0000 Subject: Little issues, combined commit! - Bug #2857: Spin didn't create nice consistant normals - removed unnecessary call to where_is_object() in init-render phase. - Added DAG_scene_sort() calls when objects were removed (join cases) - When using texture fonts, the file window header didn't display OK - Saving a file didn't set the 'wait cursor' anymore (oldie!) --- source/blender/src/editcurve.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/src/editcurve.c') diff --git a/source/blender/src/editcurve.c b/source/blender/src/editcurve.c index 9b3d3c2a3ef..b1e61bbbef6 100644 --- a/source/blender/src/editcurve.c +++ b/source/blender/src/editcurve.c @@ -3383,6 +3383,8 @@ void join_curve(int type) enter_editmode(); exit_editmode(1); + DAG_scene_sort(G.scene); // because we removed object(s) + allqueue(REDRAWVIEW3D, 0); allqueue(REDRAWBUTSEDIT, 0); BIF_undo_push("Join"); -- cgit v1.2.3