Fix #109086: add center action safe margin configuration #109944

Merged
Richard Antalik merged 1 commits from matiasc84/blender:fix_109086_missing_margin_parameter into main 2023-07-12 08:28:38 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -2490,6 +2490,7 @@ class SEQUENCER_PT_view_safe_areas_center_cut(SequencerButtonsPanel_Output, Pane
col = layout.column()
col.prop(safe_data, "title_center", slider=True)
col.prop(safe_data, "action_center", slider=True)
class SEQUENCER_PT_modifiers(SequencerButtonsPanel, Panel):