forked from bartvdbraak/blender
Fix clip editor interface being broken by a71f072
Please do test commits before committing them. This is second working day in a row which was started with solving issues caused by untested patches.
This commit is contained in:
parent
e5b1498834
commit
2d3bd587fd
@ -183,7 +183,8 @@ class CLIP_MT_masking_editor_menus(Menu):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def draw_menus(layout, context):
|
def draw_menus(layout, context):
|
||||||
layout = self.layout
|
sc = context.space_data
|
||||||
|
clip = sc.clip
|
||||||
|
|
||||||
layout.menu("CLIP_MT_view")
|
layout.menu("CLIP_MT_view")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user