Minor fixes

This commit is contained in:
Dion Moult
2023-10-26 13:08:15 +11:00
parent 11eefab4fc
commit 682990a30d
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