Do not set position of empty module to None when we're attempting to convert it to dummy
This commit is contained in:
@@ -212,7 +212,7 @@ class HandledModuleList(HandledList):
|
||||
dummy = mod.buildEmpty(mod.slot)
|
||||
dummy.position = index
|
||||
self[index] = dummy
|
||||
mod.position = None
|
||||
mod.position = None
|
||||
|
||||
def __toModule(self, index, mod):
|
||||
oldMod = self[index]
|
||||
|
||||
Reference in New Issue
Block a user