mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fixed on->from
This commit is contained in:
parent
f95ea456b9
commit
008dc3b7d0
1 changed files with 2 additions and 2 deletions
|
|
@ -589,9 +589,9 @@ class HierarchyModel(QtCore.QAbstractItemModel):
|
|||
return None
|
||||
|
||||
def remove_delete_flag(self, item_ids, with_children=True):
|
||||
"""Remove deletion flag on items with matching ids.
|
||||
"""Remove deletion flag from items with matching ids.
|
||||
|
||||
The flag is also removed on all parents of passed children as it
|
||||
The flag is also removed from all parents of passed children as it
|
||||
wouldn't make sense to not to do so.
|
||||
|
||||
Children of passed item ids are by default also unset for deletion.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue