Merge branch 'develop' of github.com:olivierkes/manuskript into develop

This commit is contained in:
TheJackiMonster 2021-04-21 21:49:57 +02:00
commit 9fb63696aa
No known key found for this signature in database
GPG key ID: D850A5F772E880F9

View file

@ -317,7 +317,7 @@ class worldModel(QStandardItemModel, searchableModel):
i = self.addItem(d[0], parent)
addItems(d[1], i)
addItems(data, None)
addItems(data, self.invisibleRootItem())
self.mw.treeWorld.expandAll()
###############################################################################