#1153 New global referencing property determines whether or not a drawing is mean to be referenced from all other drawings

This commit is contained in:
Dion Moult
2022-04-24 18:39:22 +10:00
parent cc8da4abf4
commit b5ee20cb7a
5 changed files with 11 additions and 6 deletions
+1
View File
@@ -171,6 +171,7 @@ class TestAddDrawing:
"HasUnderlay": False,
"HasLinework": True,
"HasAnnotation": True,
"GlobalReferencing": True,
},
).should_be_called()
drawing.import_drawings().should_be_called()