mirror of https://gitlab.com/pamhyr/pamhyr2
correct error that made LateralContrib deletion bug
parent
e940dead70
commit
c9ea726bfb
|
|
@ -156,7 +156,7 @@ class DelCommand(QUndoCommand):
|
|||
el.set_as_not_deleted()
|
||||
|
||||
def redo(self):
|
||||
for el in self._bc:
|
||||
for el in self._lc:
|
||||
el.set_as_deleted()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue