From 1a44b581dd610b63c834c5721f11d5a3e1bf9ead Mon Sep 17 00:00:00 2001 From: cncfanatics Date: Sat, 9 Oct 2010 22:42:59 +0200 Subject: [PATCH] Don't skip the context menu handler, bugs out on mac --- gui/contextMenu.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/contextMenu.py b/gui/contextMenu.py index b52f308c4..230604218 100755 --- a/gui/contextMenu.py +++ b/gui/contextMenu.py @@ -70,7 +70,6 @@ class ContextMenu(object): selection = (selection,) m.activate(context, selection, i) - event.Skip() def display(self, context, selection): raise NotImplementedError()