Merge pull request #5065 from Roy-043/Draft-move-Draft_AddNamedGroup-in-menu

Draft: move Draft_AddNamedGroup in menu
This commit is contained in:
Chris Hennes
2021-09-27 07:37:22 -05:00
committed by GitHub

View File

@@ -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"]