Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjackso committed Jul 6, 2019
1 parent d713737 commit 686d13b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/athena/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ def newMesh( self, meshFile ):
def newOutputs( self, toolresults ):
if toolresults is None or toolresults.bildfiles is None: return
scale_factor = toolresults.toolinfo['scale_factor']
self.geomView.clearDecorations()
for path in toolresults.bildfiles:
if path.match('*01_target_geometry.bild'):
base_bild = bildparser.parseBildFile( path, scale_factor )
Expand Down

0 comments on commit 686d13b

Please sign in to comment.