Compare commits

..

No commits in common. "master" and "v2.0.0rc4" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class DelCommand(QUndoCommand):
self._bcs.insert(self._tab, row, el)
def redo(self):
self._bcs.delete(self._tab, [el for _, el in self._bc])
self._bcs.delete_i(self._tab, self._rows)
class SortCommand(QUndoCommand):