From 75ffee4cc71d7e3b0cfb3c59b7303b09f4a81773 Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Wed, 26 Jul 2017 12:51:46 -0700 Subject: [PATCH] Enable dressup menus also on top of other dressups. --- src/Mod/Path/InitGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/InitGui.py b/src/Mod/Path/InitGui.py index a2985d7649..ceab8f2d1b 100644 --- a/src/Mod/Path/InitGui.py +++ b/src/Mod/Path/InitGui.py @@ -143,7 +143,7 @@ class PathWorkbench (Workbench): selectedName = FreeCADGui.Selection.getSelection()[0].Name if "Job" in selectedName: self.appendContextMenu("", ["Path_ExportTemplate"]) - if "Profile" in selectedName or "Contour" in selectedName: + if "Profile" in selectedName or "Contour" in selectedName or "Dressup" in selectedName: #self.appendContextMenu("", ["Set_StartPoint"]) #self.appendContextMenu("", ["Set_EndPoint"]) for cmd in self.dressupcmds: