Draft: Annotation editor

This commit is contained in:
Yorik van Havre
2020-04-22 13:38:17 +02:00
parent 9489776462
commit 5b3fea59e0
6 changed files with 443 additions and 357 deletions

View File

@@ -49,7 +49,7 @@ def get_draft_drawing_commands():
def get_draft_annotation_commands():
"""Return the annotation commands list."""
return ["Draft_Text", "Draft_Dimension",
"Draft_Label"]
"Draft_Label","Draft_AnnotationStyleEditor"]
def get_draft_array_commands():