Skip to content

Commit

Permalink
fix a clumsy mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
th3w1zard1 committed Jul 6, 2024
1 parent 0d8151a commit d1cb8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/HolocronToolset/src/toolset/gui/editors/dlg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ def updateItemDisplayText(self, item: DLGStandardItem, *, updateCopies: bool = T
for copiedItem in items:
if copiedItem is item:
continue
self.updateItemDisplayText(item, updateCopies=False)
self.updateItemDisplayText(copiedItem, updateCopies=False)

def isCopy(self, item: DLGStandardItem) -> bool:
result = item.data(_COPY_ROLE)
Expand Down

0 comments on commit d1cb8d2

Please sign in to comment.