Minor fixes

This commit is contained in:
Dion Moult
2023-10-26 13:08:15 +11:00
parent db85689364
commit 880d0ba753
2 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ class Geometry(blenderbim.core.tool.Geometry):
return (
subcontext.ContextType,
subcontext.ContextIdentifier,
subcontext.TargetView,
getattr(subcontext, "TargetView", None),
)
@classmethod