Cleanup: use 'use_' prefix for RNA boolean

This commit is contained in:
2022-04-29 09:43:03 +10:00
parent 1e23304fbc
commit 0b5cf91b89
2 changed files with 2 additions and 2 deletions

View File

@@ -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'