Arch: ArchSectionPlane should update SVG in execute (#8175)

This commit is contained in:
Roy-043
2023-01-12 20:23:54 +01:00
committed by GitHub
parent ac81fad372
commit 3388854cbc

View File

@@ -948,13 +948,8 @@ class _SectionPlane:
p.reverse()
p.Placement = obj.Placement
obj.Shape = p
def onChanged(self,obj,prop):
# clean svg cache if needed
if prop in ["Placement","Objects","OnlySolids","UseMaterialColorForFill","Clip"]:
self.svgcache = None
self.shapecache = None
self.svgcache = None
self.shapecache = None
def getNormal(self,obj):