Rename the access metods of the item class from exported to active

This commit is contained in:
Veronica Berglyd Olsen
2022-10-20 18:14:40 +02:00
parent 5ae96e4d44
commit 93a79f3605
8 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -813,7 +813,7 @@ class GuiBuildNovel(QDialog):
if theItem is None:
return False
if not (theItem.isExported or ignoreFlag):
if not (theItem.isActive or ignoreFlag):
return False
if theItem.itemRoot in rootFilter: