Compare commits

..

No commits in common. "9c69f2ce6d2a9517b6da6782102543181dacd09d" and "ddc612328e74de044244ad9315479d898c79ceca" have entirely different histories.

1 changed files with 1 additions and 0 deletions

View File

@ -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: