BIM: fix AttributeError when snapping for window placement

This commit is contained in:
Roy-043
2025-12-23 20:44:13 +01:00
committed by Chris Hennes
parent ae3a575dba
commit 86ecbfb9f8

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")