-> Fix for bug #6150

Missing call to update despgraph caused merge tools to crash
when called from toolbox or header menus.
This commit is contained in:
Geoffrey Bantle
2007-03-09 19:54:05 +00:00
parent 50186c9a2d
commit 739b3a045b

View File

@@ -2466,6 +2466,7 @@ void do_view3d_edit_mesh_verticesmenu(void *arg, int event)
break;
case 5: /*merge */
mergemenu();
DAG_object_flush_update(G.scene, G.obedit, OB_RECALC_DATA);
break;
case 6: /* add hook */
add_hook();