Draft: move Draft_AddNamedGroup in menu

Draft_AddNamedGroup before Draft_AddToGroup, same as in the toolbar.
This commit is contained in:
Roy-043
2021-09-27 10:34:53 +02:00
committed by GitHub
parent c505ac1ee3
commit c1dec8e792

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