Finish overhauling module-related fit commands
This commit is contained in:
@@ -200,10 +200,13 @@ class HandledModuleList(HandledList):
|
||||
dummy = mod.buildEmpty(mod.slot)
|
||||
dummy.position = index
|
||||
self[index] = dummy
|
||||
mod.position = None
|
||||
|
||||
def __toModule(self, index, mod):
|
||||
oldMod = self[index]
|
||||
mod.position = index
|
||||
self[index] = mod
|
||||
oldMod.position = None
|
||||
|
||||
@deprecated
|
||||
def freeSlot(self, slot):
|
||||
|
||||
Reference in New Issue
Block a user