rna attribute consistency edits, use common prefix for booleans.

This commit is contained in:
2013-04-23 07:06:29 +00:00
parent 511451c8b8
commit 53917c4e3a
29 changed files with 212 additions and 220 deletions

View File

@@ -98,7 +98,7 @@ class SEQUENCER_HT_header(Header):
row.prop(ed, "show_overlay", text="", icon='GHOST_ENABLED')
if ed.show_overlay:
row.prop(ed, "overlay_frame", text="")
row.prop(ed, "overlay_lock", text="", icon='LOCKED')
row.prop(ed, "use_overlay_lock", text="", icon='LOCKED')
row = layout.row()
row.prop(st, "overlay_type", text="")