selectable phases should be edited elsewhere not in the combobox itself
This commit is contained in:
parent
e6e38dbb95
commit
77b7d26902
@ -312,9 +312,6 @@ class PickDlg(QDialog):
|
||||
checkable=True)
|
||||
self.selectPhase = QComboBox()
|
||||
self.selectPhase.addItems([None, 'Pn', 'Pg', 'P1', 'P2'])
|
||||
self.selectPhase.setEditable(True)
|
||||
|
||||
|
||||
|
||||
self.zoomAction = createAction(parent=self, text='Zoom',
|
||||
slot=self.zoom, icon=zoom_icon,
|
||||
|
Loading…
Reference in New Issue
Block a user