mirror of https://gitlab.com/pamhyr/pamhyr2
Compare commits
No commits in common. "master" and "v2.0.0rc4" have entirely different histories.
|
|
@ -124,7 +124,7 @@ class DelCommand(QUndoCommand):
|
||||||
self._bcs.insert(self._tab, row, el)
|
self._bcs.insert(self._tab, row, el)
|
||||||
|
|
||||||
def redo(self):
|
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):
|
class SortCommand(QUndoCommand):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue