Remove incorrect super call in EditorTab.dealloc
This commit is contained in:
parent
0d46eed895
commit
d3aa593a58
@ -1323,8 +1323,6 @@ class EditorTab(QtGui.QWidget):
|
||||
for view in self.views:
|
||||
view.dealloc()
|
||||
|
||||
super(EditorTab, self).dealloc(*a, **kw)
|
||||
|
||||
def setDayTime(self, value):
|
||||
if self.editorSession.textureAtlas:
|
||||
self.editorSession.textureAtlas.dayTime = value
|
||||
|
Reference in New Issue
Block a user