Skip to content

Commit

Permalink
Merge pull request #131 from joakim-hove/qt-debug
Browse files Browse the repository at this point in the history
Qt debug
  • Loading branch information
joakim-hove authored Sep 7, 2018
2 parents 3cbab14 + 8c19600 commit e888e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/python/ert_gui/tools/plot/plot_case_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(self):
self.__data = None

def index(self, row, column, parent=None, *args, **kwargs):
return self.createIndex(row, column, parent)
return self.createIndex(row, column)

def parent(self, index=None):
return QModelIndex()
Expand Down

0 comments on commit e888e38

Please sign in to comment.