X-Git-Url: https://git.blender.org/gitweb/gitweb.cgi/blender.git/blobdiff_plain/a0ea138d31cfe90412a22a6a941acfa4ba7976a3..d36a1b4f06698bcf031f06f7f289ca4636f42c88:/release/ui/space_sequencer.py diff --git a/release/ui/space_sequencer.py b/release/ui/space_sequencer.py index 01583e578ab..2c599fd96cd 100644 --- a/release/ui/space_sequencer.py +++ b/release/ui/space_sequencer.py @@ -188,7 +188,7 @@ class SEQUENCER_MT_strip(bpy.types.Menu): layout = self.layout st = context.space_data - # uiLayoutSetOperatorContext(layout, WM_OP_INVOKE_REGION_WIN); + layout.operator_context = 'INVOKE_REGION_WIN' layout.column() layout.item_enumO("TFM_OT_transform", "mode", 'TRANSLATION', text="Grab/Move")