mirror of https://gitlab.com/pamhyr/pamhyr2
LC: Fix undo command.
parent
8bcf776813
commit
e7a27c798a
|
|
@ -146,7 +146,6 @@ class DelCommand(QUndoCommand):
|
||||||
self._bc = []
|
self._bc = []
|
||||||
for row in rows:
|
for row in rows:
|
||||||
self._bc.append(self._lcs.get_tab(self._tab)[row])
|
self._bc.append(self._lcs.get_tab(self._tab)[row])
|
||||||
self._bc.sort()
|
|
||||||
|
|
||||||
def undo(self):
|
def undo(self):
|
||||||
for el in self._bc:
|
for el in self._bc:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue