paint: select after creating new shape

This commit is contained in:
luboslenco
2026-07-18 14:11:43 +02:00
parent e6170ed31b
commit 822457e3a6
+1
View File
@@ -537,6 +537,7 @@ void tab_meshes_append_shape(char *mesh_name) {
mo->base->raw = o;
any_map_set(data_cached_meshes, md->_->handle, md);
any_array_push(g_project->_->paint_objects, mo);
g_context->paint_object = mo;
}
static icon_t tab_meshes_mesh_name_to_icon(char *s) {