Project/DebuggerPropertiesDialog.py

changeset 5558
858abfcbaf28
parent 5525
1771a7f9065c
child 6048
82ad8ec9548c
equal deleted inserted replaced
5557:66d7cb3873c1 5558:858abfcbaf28
215 """ 215 """
216 self.__clearHistory(self.interpreterPicker) 216 self.__clearHistory(self.interpreterPicker)
217 217
218 def __clearHistory(self, picker): 218 def __clearHistory(self, picker):
219 """ 219 """
220 Private method to clear a path picker history 220 Private method to clear a path picker history.
221
222 @param picker reference to the path picker
223 @type E5ComboPathPicker
221 """ 224 """
222 currentText = picker.text() 225 currentText = picker.text()
223 picker.clear() 226 picker.clear()
224 picker.setText(currentText) 227 picker.setText(currentText)
225 228

eric ide

mercurial