From c1dec8e792b9eb2596e05d43863b7a587e04e66c Mon Sep 17 00:00:00 2001 From: Roy-043 <70520633+Roy-043@users.noreply.github.com> Date: Mon, 27 Sep 2021 10:34:53 +0200 Subject: [PATCH] Draft: move Draft_AddNamedGroup in menu Draft_AddNamedGroup before Draft_AddToGroup, same as in the toolbar. --- src/Mod/Draft/draftutils/init_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Draft/draftutils/init_tools.py b/src/Mod/Draft/draftutils/init_tools.py index edfccc3513..4812575d82 100644 --- a/src/Mod/Draft/draftutils/init_tools.py +++ b/src/Mod/Draft/draftutils/init_tools.py @@ -95,7 +95,7 @@ def get_draft_modification_commands(): def get_draft_context_commands(): """Return the context menu commands list.""" return ["Draft_ApplyStyle", "Draft_ToggleDisplayMode", - "Draft_AddToGroup","Draft_AddNamedGroup", "Draft_SelectGroup", + "Draft_AddNamedGroup", "Draft_AddToGroup", "Draft_SelectGroup", "Draft_SelectPlane", "Draft_ShowSnapBar", "Draft_ToggleGrid", "Draft_SetStyle"]