Fix T73186: Grease Pencil convert to Curve hidden until exiting edit mode

The converted object wasn't tagged for updating its geometry in the
dependency graph.
This commit is contained in:
2020-01-17 14:48:11 +01:00
parent 7c9d15fca8
commit 3ef32cb90a

View File

@@ -1390,6 +1390,8 @@ static void gp_layer_to_curve(bContext *C,
}
ED_object_base_select(base_new, BA_SELECT);
DEG_id_tag_update(&ob->id, ID_RECALC_GEOMETRY);
}
/* --- */