BIM: Initialize SketchArch variable before use (#26336)

This commit is contained in:
Furgo
2025-12-21 10:36:35 +01:00
committed by GitHub
parent e9d2822add
commit f0e4be61fe

View File

@@ -179,6 +179,8 @@ class Arch_Window:
from draftutils.messages import _wrn
from ArchWindowPresets import WindowPresets
SketchArch = False
FreeCAD.activeDraftCommand = None
FreeCADGui.Snapper.off()
self.tracker.off()