From 69ad218f5ce4fb5c303f16a0f8ade1f70768a8b6 Mon Sep 17 00:00:00 2001 From: tetektoza Date: Tue, 6 May 2025 01:55:15 +0200 Subject: [PATCH] BIM: Remove additional recompute at the end of isolate --- src/Mod/BIM/bimcommands/BimViews.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/BIM/bimcommands/BimViews.py b/src/Mod/BIM/bimcommands/BimViews.py index 45a8877c2e..e6eaa5e536 100644 --- a/src/Mod/BIM/bimcommands/BimViews.py +++ b/src/Mod/BIM/bimcommands/BimViews.py @@ -485,7 +485,6 @@ class BIM_Views: else: obj.ViewObject.Visibility = True - FreeCAD.ActiveDocument.recompute() def saveView(self): "save the current camera angle to the selected item"