Cleanup: use 'use_' prefix for RNA boolean
This commit is contained in:
@@ -439,7 +439,7 @@ class SEQUENCER_MT_view(Menu):
|
||||
layout.operator_context = 'INVOKE_REGION_WIN'
|
||||
layout.operator("sequencer.view_all")
|
||||
layout.operator("view2d.zoom_border", text="Zoom")
|
||||
layout.prop(st, "clamp_view")
|
||||
layout.prop(st, "use_clamp_view")
|
||||
|
||||
if is_preview:
|
||||
layout.operator_context = 'INVOKE_REGION_PREVIEW'
|
||||
|
||||
Reference in New Issue
Block a user