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:
Sergey Sharybin 2014-01-27 15:10:08 +06:00
parent e5b1498834
commit 2d3bd587fd
1 changed files with 2 additions and 1 deletions

View File

@ -183,7 +183,8 @@ class CLIP_MT_masking_editor_menus(Menu):
@staticmethod
def draw_menus(layout, context):
layout = self.layout
sc = context.space_data
clip = sc.clip
layout.menu("CLIP_MT_view")