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>2018-01-22 05:52:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-01-22 05:52:45 +0300
commitebbed57bef357c280296cb8d986cb49ef6778d69 (patch)
tree7a485427ed121103c0cf6d7303092994ac21ca5d /source/blender/editors/space_view3d/view3d_manipulator_ruler.c
parent759aaad0f3853a3a80b26bdad96efde6b035d294 (diff)
Manipulator: draw all rules while dragging
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_manipulator_ruler.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_manipulator_ruler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_manipulator_ruler.c b/source/blender/editors/space_view3d/view3d_manipulator_ruler.c
index bda692a0e5c..e8d540bcc9d 100644
--- a/source/blender/editors/space_view3d/view3d_manipulator_ruler.c
+++ b/source/blender/editors/space_view3d/view3d_manipulator_ruler.c
@@ -1011,7 +1011,7 @@ void VIEW3D_WGT_ruler(wmManipulatorGroupType *wgt)
wgt->name = "Ruler Widgets";
wgt->idname = view3d_wgt_ruler_id;
- wgt->flag |= WM_MANIPULATORGROUPTYPE_SCALE;
+ wgt->flag |= WM_MANIPULATORGROUPTYPE_SCALE | WM_MANIPULATORGROUPTYPE_DRAW_MODAL_ALL;
wgt->mmap_params.spaceid = SPACE_VIEW3D;
wgt->mmap_params.regionid = RGN_TYPE_WINDOW;