From 686d13bf305368ad832582af249d780a316e60a1 Mon Sep 17 00:00:00 2001 From: Steve Jackson Date: Sat, 6 Jul 2019 16:22:35 -0700 Subject: [PATCH] Bugfix --- src/athena/mainwindow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/athena/mainwindow.py b/src/athena/mainwindow.py index 222ee6b..83524ad 100644 --- a/src/athena/mainwindow.py +++ b/src/athena/mainwindow.py @@ -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 )