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 345a656125
commit 5297493a65

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