Skip to content

Commit 7838e31

Browse files
committed
Keep scene numbers on screenplay importing on draft creation
1 parent 794e69a commit 7838e31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/management_layer/content/import/import_manager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ void ImportManager::importScreenplay(const QString& _filePath, bool _importDocum
517517
options.importCharacters = _importDocuments;
518518
options.importLocations = _importDocuments;
519519
options.importResearch = _importDocuments;
520+
options.keepSceneNumbers = true;
520521
d->importScreenplay(options);
521522
}
522523

0 commit comments

Comments
 (0)