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:
parent
bcc58e4937
commit
29701ea68b
@ -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):
|
||||
|
@ -1 +1 @@
|
||||
f5dcf-dirty
|
||||
bcc5-dirty
|
||||
|
Loading…
Reference in New Issue
Block a user