From 6d662ed52e0d3268dbdc9a3f1bec69add18da6ef Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Thu, 21 Jan 2021 22:54:44 +0000 Subject: [PATCH] 02020-01-21 stream: context menu is optional --- InitGui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InitGui.py b/InitGui.py index 1781cb6..f659017 100644 --- a/InitGui.py +++ b/InitGui.py @@ -64,8 +64,8 @@ class XternalAppsWorkbench(Workbench): print('Deactivated') pass - def ContextMenu(self): - pass + #def ContextMenu(self): + # pass def GetClassName(self): return "Gui::PythonWorkbench"