From 3388854cbc63936071e8ec7021db30ce51eeb367 Mon Sep 17 00:00:00 2001 From: Roy-043 <70520633+Roy-043@users.noreply.github.com> Date: Thu, 12 Jan 2023 20:23:54 +0100 Subject: [PATCH] Arch: ArchSectionPlane should update SVG in execute (#8175) --- src/Mod/Arch/ArchSectionPlane.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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):