Cleanup: rename GRAB_POINTER -> GRAB_CURSOR

Term pointer is overloaded already.
This commit is contained in:
Campbell Barton
2015-04-27 18:44:27 +10:00
parent ddb5f96295
commit 5e1eb8cdcf
19 changed files with 41 additions and 36 deletions

View File

@@ -719,7 +719,7 @@ class WM_OT_context_modal_mouse(Operator):
"""Adjust arbitrary values with mouse input"""
bl_idname = "wm.context_modal_mouse"
bl_label = "Context Modal Mouse"
bl_options = {'GRAB_POINTER', 'BLOCKING', 'UNDO', 'INTERNAL'}
bl_options = {'GRAB_CURSOR', 'BLOCKING', 'UNDO', 'INTERNAL'}
data_path_iter = data_path_iter
data_path_item = data_path_item