Skip to content

Commit

Permalink
Merge pull request #144 from helmecke/iso-view
Browse files Browse the repository at this point in the history
Fix iso view to match startup view
  • Loading branch information
adam-urbanczyk authored May 12, 2020
2 parents acdd3ad + 4fa76ef commit 23fc503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cq_editor/widgets/viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def fit(self):
def iso_view(self):

v = self._get_view()
v.SetProj(1,1,1)
v.SetProj(1,-1,1)
v.SetTwist(0)

def bottom_view(self):
Expand Down

0 comments on commit 23fc503

Please sign in to comment.