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-08-03 10:55:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-03 10:57:00 +0300
commitfe8fcb4343a5da4ec97db697a70afe423898e833 (patch)
tree76ffea09718b7d3d62af922ee83a94545448ca24 /source/blender/editors/space_view3d/view3d_manipulator_lamp.c
parentc27446b5a0077cd7c69a27b88a3efdc93920dfb9 (diff)
Manipulator: render border widget
Note there are issues clamping & updating, will resolve as part of changes to cage2d widget.
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_manipulator_lamp.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_manipulator_lamp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_view3d/view3d_manipulator_lamp.c b/source/blender/editors/space_view3d/view3d_manipulator_lamp.c
index 7a8b77824ff..451addaaeae 100644
--- a/source/blender/editors/space_view3d/view3d_manipulator_lamp.c
+++ b/source/blender/editors/space_view3d/view3d_manipulator_lamp.c
@@ -187,6 +187,7 @@ static void WIDGETGROUP_lamp_area_setup(const bContext *UNUSED(C), wmManipulator
mgroup->customdata = wwrapper;
+ WM_manipulator_set_flag(mpr, WM_MANIPULATOR_DRAW_HOVER, true);
WM_manipulator_set_color(mpr, color);
WM_manipulator_set_color_highlight(mpr, color_hi);
}