From 77b7d26902c82fd1c4672a3e532a84c0520a85da Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Thu, 11 Jun 2015 05:34:07 +0200 Subject: [PATCH] selectable phases should be edited elsewhere not in the combobox itself --- pylot/core/util/widgets.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index aad8a424..e3303780 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -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,