[Start] Fix New document name translation

Fix FreeCAD-translations/issues/198
This commit is contained in:
flachyjoe
2022-10-15 21:00:15 +02:00
committed by Uwe
parent 63cc042299
commit 48b4eed55c

View File

@@ -22,8 +22,7 @@
import FreeCAD
import FreeCADGui
FreeCAD.newDocument()
FreeCADGui.activeDocument().activeView().viewDefaultOrientation()
FreeCADGui.runCommand('Std_New')
from StartPage import StartPage
StartPage.postStart()