mirror of https://gitlab.com/pamhyr/pamhyr2
Compare commits
2 Commits
ddc612328e
...
9c69f2ce6d
| Author | SHA1 | Date |
|---|---|---|
|
|
9c69f2ce6d | |
|
|
e7a27c798a |
|
|
@ -146,7 +146,6 @@ class DelCommand(QUndoCommand):
|
|||
self._bc = []
|
||||
for row in rows:
|
||||
self._bc.append(self._lcs.get_tab(self._tab)[row])
|
||||
self._bc.sort()
|
||||
|
||||
def undo(self):
|
||||
for el in self._bc:
|
||||
|
|
|
|||
Loading…
Reference in New Issue