Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-06-27 12:58:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-06-27 12:58:59 +0300
commit219a10e46aa65c6c416b205cd7389d3ee86777f6 (patch)
treed1a9b24206ce967d37d093d1194dd305ba0a7fed /source/blender/windowmanager/intern/wm_toolsystem.c
parent1c60f30d0434cad528c1e4bf28de4460788deab9 (diff)
Cleanup: clarify WM_gizmoconfig function naming
Diffstat (limited to 'source/blender/windowmanager/intern/wm_toolsystem.c')
-rw-r--r--source/blender/windowmanager/intern/wm_toolsystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_toolsystem.c b/source/blender/windowmanager/intern/wm_toolsystem.c
index 3d22981f7ba..330ef2944ad 100644
--- a/source/blender/windowmanager/intern/wm_toolsystem.c
+++ b/source/blender/windowmanager/intern/wm_toolsystem.c
@@ -186,7 +186,7 @@ static void toolsystem_ref_link(bContext *C, WorkSpace *workspace, bToolRef *tre
/* Even if the group-type was has been linked, it's possible the space types
* were not previously using it. (happens with multiple windows.) */
wmGizmoMapType *gzmap_type = WM_gizmomaptype_ensure(&gzgt->gzmap_params);
- WM_gizmoconfig_update_tag_init(gzmap_type, gzgt);
+ WM_gizmoconfig_update_tag_group_type_init(gzmap_type, gzgt);
}
}
}