This commit is contained in:
2023-10-03 13:36:32 +03:00
parent e275a80177
commit dd372e0ba9

View File

@@ -10,7 +10,7 @@ class InputValuesModel(EditableTableModel):
super().__init__(data)
def getHorizontalHeader(self):
return yx_header(self.rowCount(QModelIndex()))
return yx_header(self.columnCount(QModelIndex()))
def getY(self):
return self._data[:, 0]