[minor] prefer processed data on init

This commit is contained in:
Marcel Paffrath 2018-06-21 14:24:15 +02:00
parent a5667c1e06
commit 1b5f58bbbd

View File

@ -518,8 +518,8 @@ class WaveformWidgetPG(QtGui.QWidget):
self.perm_labels.append(label)
self.qcombo_processed = QtGui.QComboBox()
self.syn_checkbox = QtGui.QCheckBox('synthetics')
self.addQCboxItem('raw', 'black')
self.addQCboxItem('processed', 'green')
self.addQCboxItem('raw', 'black')
#self.perm_qcbox_right.setAlignment(2)
self.setLayout(self.main_layout)