BIM: fix AttributeError when snapping for window placement

(cherry picked from commit 5297493a65)
This commit is contained in:
Roy-043
2025-12-23 22:24:44 -06:00
committed by Chris Hennes
parent e99a06f402
commit 05e26f3d03
+1
View File
@@ -275,6 +275,7 @@ class Arch_Window:
if (
host
and hasattr(host, "Base")
and Draft.getType(host.Base) == "ArchSketch"
and hasattr(ArchSketchObject, "attachToHost")
and hasattr(FreeCAD, "ArchSketchLock")