selectable phases should be edited elsewhere not in the combobox itself

This commit is contained in:
Sebastian Wehling-Benatelli 2015-06-11 05:34:07 +02:00
parent e6e38dbb95
commit 77b7d26902

View File

@ -312,9 +312,6 @@ class PickDlg(QDialog):
checkable=True) checkable=True)
self.selectPhase = QComboBox() self.selectPhase = QComboBox()
self.selectPhase.addItems([None, 'Pn', 'Pg', 'P1', 'P2']) self.selectPhase.addItems([None, 'Pn', 'Pg', 'P1', 'P2'])
self.selectPhase.setEditable(True)
self.zoomAction = createAction(parent=self, text='Zoom', self.zoomAction = createAction(parent=self, text='Zoom',
slot=self.zoom, icon=zoom_icon, slot=self.zoom, icon=zoom_icon,