Skip to content

Commit

Permalink
also set default view orientation when creating document from Start w…
Browse files Browse the repository at this point in the history
…orkbench
  • Loading branch information
wwmayer committed Jan 14, 2019
1 parent dd7aba2 commit 24f1b02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Mod/Start/StartPage/LoadNew.py
Expand Up @@ -20,8 +20,11 @@
#* *
#***************************************************************************

import FreeCAD,FreeCADGui
import FreeCAD
import FreeCADGui

FreeCAD.newDocument()
FreeCADGui.activeDocument().activeView().viewDefaultOrientation()

from StartPage import StartPage
StartPage.postStart()

0 comments on commit 24f1b02

Please sign in to comment.