LC: Fix undo command.

scenarios
Pierre-Antoine 2025-09-18 17:09:20 +02:00
parent 8bcf776813
commit e7a27c798a
1 changed files with 0 additions and 1 deletions

View File

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