correct error that made LateralContrib deletion bug

disable_edition_parent_scenario
Dylan Jeannin 2026-05-19 11:30:38 +02:00
parent e940dead70
commit c9ea726bfb
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class DelCommand(QUndoCommand):
el.set_as_not_deleted() el.set_as_not_deleted()
def redo(self): def redo(self):
for el in self._bc: for el in self._lc:
el.set_as_deleted() el.set_as_deleted()