mirror of https://gitlab.com/pamhyr/pamhyr2
BC: Fix minor bug.
parent
9d3830850c
commit
d95e69ba9b
|
|
@ -169,6 +169,7 @@ class TableModel(QAbstractTableModel):
|
|||
)
|
||||
|
||||
self.endRemoveRows()
|
||||
self.layoutChanged.emit()
|
||||
|
||||
def sort(self, _reverse, parent=QModelIndex()):
|
||||
self.layoutAboutToBeChanged.emit()
|
||||
|
|
|
|||
Loading…
Reference in New Issue