plotting picks problem was no bug, but resulted from a high sensitivity of the code to random files or folders in the event directory causing HUGE problems... [fix this]

This commit is contained in:
Marcel Paffrath 2017-04-20 14:54:57 +02:00
parent bcc58e4937
commit 29701ea68b
2 changed files with 2 additions and 3 deletions

View File

@ -144,7 +144,6 @@ class MainWindow(QMainWindow):
self.loc = False
def setupUi(self):
try:
self.startTime = min(
[tr.stats.starttime for tr in self.data.wfdata])
@ -1560,7 +1559,7 @@ class MainWindow(QMainWindow):
self.createNewProject(exists=True)
def draw(self):
#self.fill_eventbox()
self.fill_eventbox()
self.getPlotWidget().draw()
def setDirty(self, value):

View File

@ -1 +1 @@
f5dcf-dirty
bcc5-dirty