Rename item isInactive to isInactiveClass

This commit is contained in:
Veronica Berglyd Olsen
2023-02-28 22:40:02 +01:00
parent 8a4785d9a3
commit cfd1b950d3
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1404,7 +1404,7 @@ class GuiProjectTree(QTreeWidget):
self.theProject.tree.updateItemData(mHandle)
# Update the index
if nwItemS.isInactive():
if nwItemS.isInactiveClass():
self.theProject.index.deleteHandle(mHandle)
else:
self.theProject.index.reIndexHandle(mHandle)