Don't skip the context menu handler, bugs out on mac

This commit is contained in:
cncfanatics
2010-10-09 22:42:59 +02:00
parent 8fc7ab895b
commit 1a44b581dd

View File

@@ -70,7 +70,6 @@ class ContextMenu(object):
selection = (selection,)
m.activate(context, selection, i)
event.Skip()
def display(self, context, selection):
raise NotImplementedError()