Cleanup: rename GRAB_POINTER -> GRAB_CURSOR
Term pointer is overloaded already.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user