- minor changes to increase compatibility with Python 3.8
This commit is contained in:
@@ -518,7 +518,7 @@ class ObjectCollection(QtCore.QAbstractItemModel):
|
||||
self.endInsertRows()
|
||||
|
||||
# Expand group
|
||||
if group.child_count() is 1:
|
||||
if group.child_count() == 1:
|
||||
self.view.setExpanded(group_index, True)
|
||||
|
||||
self.app.should_we_save = True
|
||||
|
||||
Reference in New Issue
Block a user