commit 6d662ed52e0d3268dbdc9a3f1bec69add18da6ef
parent 2af5f1ee83a2348029f8fb56c29a2ae24ab55fec
Author: Suzanne Soy <ligo@suzanne.soy>
Date: Thu, 21 Jan 2021 22:54:44 +0000
02020-01-21 stream: context menu is optional
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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"