Draft: move SelectGroup command to gui_groups module

This commit is contained in:
vocx-fc
2020-03-14 21:32:01 -06:00
committed by Yorik van Havre
parent d05a786e57
commit ef3ad5121b
3 changed files with 107 additions and 35 deletions

View File

@@ -62,7 +62,8 @@ def get_draft_small_commands():
return ["Draft_Layer",
"Draft_WorkingPlaneProxy",
"Draft_ToggleDisplayMode",
"Draft_AddToGroup"]
"Draft_AddToGroup",
"Draft_SelectGroup"]
def get_draft_modification_commands():