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"