From bf01d23b76ad27d636c927d1feb1610342b9b85c Mon Sep 17 00:00:00 2001 From: Syres916 <46537884+Syres916@users.noreply.github.com> Date: Tue, 4 Jul 2023 14:19:47 +0100 Subject: [PATCH] Remove Duplicate line --- src/Mod/Start/StartPage/LoadCustom.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Start/StartPage/LoadCustom.py b/src/Mod/Start/StartPage/LoadCustom.py index e491fdc005..a1a723c137 100644 --- a/src/Mod/Start/StartPage/LoadCustom.py +++ b/src/Mod/Start/StartPage/LoadCustom.py @@ -71,7 +71,6 @@ if cfolders: else: FreeCADGui.loadFile(os.path.join(cfolder, f), mod) FreeCADGui.activeDocument().sendMsgToViews("ViewFit") - FreeCADGui.activeDocument().sendMsgToViews("ViewFit") from StartPage import StartPage StartPage.postStart()