Error passing context arg to marker menu

own mistake in 6981861fcfd
This commit is contained in:
Campbell Barton 2018-03-05 14:10:43 +11:00
parent 3607b4eb52
commit 807663742b

@ -119,7 +119,7 @@ class TIME_MT_marker(Menu):
def draw(self, context):
layout = self.layout
marker_menu_generic(layout, context)
marker_menu_generic(layout)
class TIME_MT_view(Menu):