rna attribute consistency edits, use common prefix for booleans.
This commit is contained in:
@@ -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="")
|
||||
|
||||
Reference in New Issue
Block a user