mirror of https://gitlab.com/pamhyr/pamhyr2
Compare commits
No commits in common. "9c69f2ce6d2a9517b6da6782102543181dacd09d" and "ddc612328e74de044244ad9315479d898c79ceca" have entirely different histories.
9c69f2ce6d
...
ddc612328e
|
|
@ -146,6 +146,7 @@ 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