From bc71074d0a1a8b29b3d96a4879b9cbed165c9879 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 20 Apr 2020 19:09:04 +1000 Subject: Fix T75922: Removing custom orientation doesn't update gizmo --- source/blender/editors/include/ED_transform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/ED_transform.h b/source/blender/editors/include/ED_transform.h index 2a5803cbc4d..beba4a7199b 100644 --- a/source/blender/editors/include/ED_transform.h +++ b/source/blender/editors/include/ED_transform.h @@ -123,7 +123,7 @@ struct bContext; void BIF_clearTransformOrientation(struct bContext *C); void BIF_removeTransformOrientation(struct bContext *C, struct TransformOrientation *ts); void BIF_removeTransformOrientationIndex(struct bContext *C, int index); -void BIF_createTransformOrientation(struct bContext *C, +bool BIF_createTransformOrientation(struct bContext *C, struct ReportList *reports, const char *name, const bool use_view, -- cgit v1.2.3