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>2017-09-13 21:10:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-09-13 21:10:33 +0300
commitc1ff05e66fe00798dfaf20bf442b603a422413af (patch)
tree100c2c0699064570cb9c6abef8fb3d2ebd273293 /source/blender/editors/space_view3d
parent3bf36fa33bbebaa5631acd6744d73e72f3e3deda (diff)
Manipulator: disable hover for camera border
Diffstat (limited to 'source/blender/editors/space_view3d')
-rw-r--r--source/blender/editors/space_view3d/view3d_manipulator_camera.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_manipulator_camera.c b/source/blender/editors/space_view3d/view3d_manipulator_camera.c
index 948758318f5..44225a8cf62 100644
--- a/source/blender/editors/space_view3d/view3d_manipulator_camera.c
+++ b/source/blender/editors/space_view3d/view3d_manipulator_camera.c
@@ -347,7 +347,6 @@ static void WIDGETGROUP_camera_view_refresh(const bContext *C, wmManipulatorGrou
{
wmManipulator *mpr = viewgroup->border;
WM_manipulator_set_flag(mpr, WM_MANIPULATOR_HIDDEN, false);
- WM_manipulator_set_flag(mpr, WM_MANIPULATOR_DRAW_HOVER, true);
RNA_enum_set(viewgroup->border->ptr, "transform",
ED_MANIPULATOR_CAGE2D_XFORM_FLAG_TRANSLATE | ED_MANIPULATOR_CAGE2D_XFORM_FLAG_SCALE);