From f1c8c25a3edfbb03795250965ece9d39fef58356 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 6 Sep 2018 12:13:01 +0200 Subject: UI: rename Translate/Grab to Move in UI, shortcuts stay the same. --- source/blender/windowmanager/gizmo/WM_gizmo_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/windowmanager/gizmo/WM_gizmo_types.h') diff --git a/source/blender/windowmanager/gizmo/WM_gizmo_types.h b/source/blender/windowmanager/gizmo/WM_gizmo_types.h index 2339523db5e..76e263269bb 100644 --- a/source/blender/windowmanager/gizmo/WM_gizmo_types.h +++ b/source/blender/windowmanager/gizmo/WM_gizmo_types.h @@ -83,7 +83,7 @@ typedef enum eWM_GizmoFlagFlag { /** * Hide the cursor and lock it's position while interacting with this gizmo. */ - WM_GIZMO_GRAB_CURSOR = (1 << 6), + WM_GIZMO_MOVE_CURSOR = (1 << 6), /** Don't write into the depth buffer when selecting. */ WM_GIZMO_SELECT_BACKGROUND = (1 << 7), } eWM_GizmoFlagFlag; -- cgit v1.2.3