From 21e333ab41d9df332df0f9baef300c53c8f8bd78 Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Tue, 11 Oct 2016 09:16:38 -0700 Subject: [PATCH] Sorting dressup menu --- 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 4e46ae7fc0..fe530fbc48 100644 --- a/src/Mod/Path/InitGui.py +++ b/src/Mod/Path/InitGui.py @@ -79,7 +79,7 @@ class PathWorkbench (Workbench): twodopcmdlist = ["Path_Contour", "Path_Profile", "Path_Profile_Edges", "Path_Pocket", "Path_Drilling", "Path_Engrave"] threedopcmdlist = ["Path_Surfacing"] modcmdlist = ["Path_Copy", "Path_CompoundExtended", "Path_Array", "Path_SimpleCopy" ] - dressupcmdlist = ["DragKnife_Dressup", "Dogbone_Dressup"] + dressupcmdlist = ["Dogbone_Dressup", "DragKnife_Dressup"] extracmdlist = ["Path_SelectLoop"] #modcmdmore = ["Path_Hop",] #remotecmdlist = ["Path_Remote"]