debug undo after add LateralContributionAdisTS

disable_edition_parent_scenario
Dylan Jeannin 2026-05-12 08:40:35 +02:00
parent 7c3de520d9
commit 726b81bf12
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class AddCommand(QUndoCommand):
self._new = None
def undo(self):
self._lcs.delete_i(self._index)
self._lcs.delete_i([self._index])
def redo(self):
if self._new is None: