bbreslauer / PySciPlot

GNU General Public License v3.0
1 stars 0 forks source link

WavesListModel needs to gracefully support no waves #21

Closed bbreslauer closed 13 years ago

bbreslauer commented 13 years ago
Traceback (most recent call last):
  File "/home/ben/programming/pysciplot-git/src/models/WavesListModel.py", line 61, in data
    return QVariant(QString(self._waves.waves()[index.row()].name()))
IndexError: list index out of range
bbreslauer commented 13 years ago

Fixed 2563b07