diff --git a/src/Mod/Arch/ArchSectionPlane.py b/src/Mod/Arch/ArchSectionPlane.py index a82ebb112f..1052e45f9b 100644 --- a/src/Mod/Arch/ArchSectionPlane.py +++ b/src/Mod/Arch/ArchSectionPlane.py @@ -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):