diff options
Diffstat (limited to 'Container.py')
-rw-r--r-- | Container.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Container.py b/Container.py index 71787e5..fd353dc 100644 --- a/Container.py +++ b/Container.py @@ -156,7 +156,7 @@ class Container(): self.graphicsView.setInteractive(True) s_cursor = cursor = QCursor( Qt.ArrowCursor ) QApplication.instance().setOverrideCursor(s_cursor) - + if(len(self.result)== 4): #self.msg_browser() self.msg.append("<span style=\"color:green\">["+str(self.current_time())+"] Simulation <b>Successful.</b></span>") |